This commit is contained in:
MaddoScientisto 2026-03-25 23:32:36 +01:00
commit f92d1504fa
547 changed files with 37597 additions and 0 deletions

View file

@ -0,0 +1,14 @@
function shockew_unequip() /* entry=95 class_id=0x01C2 slot=0x0B */
{
entry:
set_info(0x0212, *(arg_06));
process_exclude();
if arg_0A goto block_0100;
block_00F3:
block_0100:
spawn class_0A13_slot_20(arg_06);
return;
}

View file

@ -0,0 +1,9 @@
function shockew_enterFastArea() /* entry=95 class_id=0x01C2 slot=0x0F */
{
entry:
set_info(0x021B, *(arg_06));
process_exclude();
spawn class_0A13_slot_20(arg_06);
return;
}

View file

@ -0,0 +1,11 @@
function shockew_leaveFastArea() /* entry=95 class_id=0x01C2 slot=0x10 */
{
entry:
set_info(0x021C, *(arg_06));
process_exclude();
class_0A0C_slot_33(0x021B, *(arg_06));
class_0A0C_slot_33(0x020A, *(arg_06));
class_0A0C_slot_33(0x0205, *(arg_06));
return;
}