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,17 @@
function shockew1_unequip() /* entry=250 class_id=0x045A 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);
class_0A0C_slot_20(pid, 30);
spawn class_0A0C_slot_32((retval + 30), 0x00000000);
suspend;
return;
}

View file

@ -0,0 +1,9 @@
function shockew1_enterFastArea() /* entry=250 class_id=0x045A 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 shockew1_leaveFastArea() /* entry=250 class_id=0x045A 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;
}