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,8 +14,8 @@ function elydesk_enterFastArea() /* entry=246 class_id=0x044F slot=0x0F */
block_0478:
suspend;
class_0A0C_slot_20(pid, 100);
spawn class_0A0C_slot_32((retval + 60), 0x00000000);
FREE.slot_20(pid, 100);
spawn FREE.waitNTimerTicks((retval + 60), 0x00000000);
suspend;
if (!Item.getFrame(arg_06)) goto block_0518;
@ -26,13 +26,13 @@ function elydesk_enterFastArea() /* entry=246 class_id=0x044F slot=0x0F */
if (counter <= 5) goto block_0518;
block_04D8:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_04D0;
block_0518:
class_0A0C_slot_20(100);
FREE.slot_20(100);
if (retval > 50) goto block_0583;
block_052E:
@ -42,7 +42,7 @@ function elydesk_enterFastArea() /* entry=246 class_id=0x044F slot=0x0F */
if (counter <= 5) goto block_0580;
block_053D:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_0535;
@ -57,14 +57,14 @@ function elydesk_enterFastArea() /* entry=246 class_id=0x044F slot=0x0F */
if (counter <= 9) goto block_05D2;
block_0592:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_058A;
block_05D2:
class_0A0C_slot_20(pid, 60);
spawn class_0A0C_slot_32((retval + 60), 0x00000000);
FREE.slot_20(pid, 60);
spawn FREE.waitNTimerTicks((retval + 60), 0x00000000);
suspend;
counter = 0;
@ -72,7 +72,7 @@ function elydesk_enterFastArea() /* entry=246 class_id=0x044F slot=0x0F */
if (counter <= 3) goto block_0655;
block_0612:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_060A;