Pseudocode decompialtion improvements and docs

This commit is contained in:
MaddoScientisto 2026-03-26 22:10:48 +01:00
commit 589bfc31ef
1898 changed files with 60634 additions and 6597 deletions

View file

@ -3,12 +3,12 @@ function minepad_equip() /* entry=163 class_id=0x02E5 slot=0x0A */
set_info(0x0211, *(arg_06));
process_exclude();
if (!arg_0A) {
spawn class_0A13_slot_20(arg_0A, arg_06);
spawn SPIDER.slot_20(arg_0A, arg_06);
return;
}
else {
class_0A1D_slot_3C(0x00F0, *(arg_06));
class_0A0C_slot_24(4, arg_06);
FREE.slot_3C(0x00F0, *(arg_06));
ITEM.slot_24(4, arg_06);
}
return;
}

View file

@ -2,7 +2,7 @@ function minepad_leaveFastArea() /* entry=163 class_id=0x02E5 slot=0x10 */
{
set_info(0x021C, *(arg_06));
process_exclude();
class_0A1D_slot_3C(0x00F0, *(arg_06));
class_0A0C_slot_25(0x1000, arg_06);
FREE.slot_3C(0x00F0, *(arg_06));
ITEM.slot_25(0x1000, arg_06);
return;
}