Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -16,13 +16,13 @@ function reb_boot_enterFastArea() /* entry=240 class_id=0x0444 slot=0x0F */
|
|||
if (counter <= 7) goto block_0147;
|
||||
|
||||
block_0107:
|
||||
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 10, 0x00000000);
|
||||
suspend;
|
||||
counter = (1 + counter);
|
||||
goto block_00FF;
|
||||
|
||||
block_0147:
|
||||
spawn class_0A0C_slot_32(pid, 120, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 120, 0x00000000);
|
||||
suspend;
|
||||
counter = 0;
|
||||
|
||||
|
|
@ -30,13 +30,13 @@ function reb_boot_enterFastArea() /* entry=240 class_id=0x0444 slot=0x0F */
|
|||
if (counter <= 7) goto block_01BF;
|
||||
|
||||
block_017C:
|
||||
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 10, 0x00000000);
|
||||
suspend;
|
||||
counter = (1 + counter);
|
||||
goto block_0174;
|
||||
|
||||
block_01BF:
|
||||
spawn class_0A0C_slot_32(pid, 0x0190, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 0x0190, 0x00000000);
|
||||
suspend;
|
||||
goto block_00EB;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue