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,19 @@
function spidpad_equip() /* entry=204 class_id=0x0397 slot=0x0A */
{
entry:
set_info(0x0211, *(arg_06));
process_exclude();
if arg_0A goto block_0151;
block_013C:
spawn class_0A14_slot_20(arg_0A, arg_06);
goto block_016F;
block_0151:
class_0A0C_slot_33(*(arg_06), 1);
class_0A1E_slot_23(4, arg_06);
block_016F:
return;
}

View file

@ -0,0 +1,10 @@
function spidpad_leaveFastArea() /* entry=204 class_id=0x0397 slot=0x10 */
{
entry:
set_info(0x021C, *(arg_06));
process_exclude();
class_0A0C_slot_33(*(arg_06), 1);
class_0A1E_slot_24(0x1000, arg_06);
return;
}