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

@ -14,7 +14,7 @@ function reb_gar_enterFastArea() /* entry=290 class_id=0x04EC slot=0x0F */
block_0178:
suspend;
spawn class_0A0C_slot_32(UCMachine.rndRange(pid, 0x00DC, 120), 0x00000000);
spawn FREE.waitNTimerTicks(UCMachine.rndRange(pid, 0x00DC, 120), 0x00000000);
suspend;
counter = 1;
@ -22,13 +22,13 @@ function reb_gar_enterFastArea() /* entry=290 class_id=0x04EC slot=0x0F */
if (counter <= 7) goto block_020E;
block_01C4:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_01BC;
block_020E:
spawn class_0A0C_slot_32(UCMachine.rndRange(pid, 0x00DC, 120), 0x00000000);
spawn FREE.waitNTimerTicks(UCMachine.rndRange(pid, 0x00DC, 120), 0x00000000);
suspend;
counter = 1;
@ -36,7 +36,7 @@ function reb_gar_enterFastArea() /* entry=290 class_id=0x04EC slot=0x0F */
if (counter <= 7) goto block_0297;
block_024D:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_0245;

View file

@ -2,6 +2,6 @@ function reb_gar_leaveFastArea() /* entry=290 class_id=0x04EC slot=0x10 */
{
set_info(0x021C, *(arg_06));
process_exclude();
class_0A0C_slot_33(*(arg_06), 0x021B);
FREE.slot_33(*(arg_06), 0x021B);
return;
}