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

@ -12,22 +12,22 @@ function r2d2_gotHit() /* entry=97 class_id=0x01B7 slot=0x06 */
return;
}
else {
spawn class_0A0C_slot_29(pid, 0x00C8, arg_0C, arg_0A, arg_06);
spawn ITEM.slot_29(pid, 0x00C8, arg_0C, arg_0A, arg_06);
suspend;
/* dword_to_word */
if (process_result) {
class_0A1D_slot_20(1);
FREE.slot_20(1);
if (!retval) {
}
return;
}
else {
class_0A1D_slot_34(arg_0C, arg_0A);
FREE.slot_34(arg_0C, arg_0A);
local_02 = retval;
class_0A1D_slot_3C(0x021B, *(arg_06));
spawn class_0A0C_slot_2A(pid, 0, 0, arg_06);
FREE.slot_3C(0x021B, *(arg_06));
spawn ITEM.slot_2A(pid, 0, 0, arg_06);
suspend;
spawn class_0A17_slot_20(pid, 1, *(arg_06), arg_06);
spawn TRIGGER.slot_20(pid, 1, *(arg_06), arg_06);
suspend;
}
}

View file

@ -23,7 +23,7 @@ function r2d2_enterFastArea() /* entry=97 class_id=0x01B7 slot=0x0F */
block_0129:
suspend;
spawn class_0A1D_slot_3B(pid, local_0A, 0x00000000);
spawn FREE.slot_3B(pid, local_0A, 0x00000000);
suspend;
/* global_address global_id=0x1E */
/* global_address global_id=0x1E */
@ -41,7 +41,7 @@ function r2d2_enterFastArea() /* entry=97 class_id=0x01B7 slot=0x0F */
block_01BF:
local_07 = 1;
spawn class_0A17_slot_20(0, *(arg_06), arg_06);
spawn TRIGGER.slot_20(0, *(arg_06), arg_06);
goto block_01E4;
block_01D9:

View file

@ -2,6 +2,6 @@ function r2d2_leaveFastArea() /* entry=97 class_id=0x01B7 slot=0x10 */
{
set_info(0x021C, *(arg_06));
process_exclude();
class_0A1D_slot_3C(0x021B, *(arg_06));
FREE.slot_3C(0x021B, *(arg_06));
return;
}