Pseudocode and stuff

This commit is contained in:
MaddoScientisto 2026-03-25 23:32:13 +01:00
commit ee33f94b4b
466 changed files with 27770 additions and 276 deletions

View file

@ -0,0 +1,61 @@
function bubble_enterFastArea() /* entry=109 class_id=0x01D6 slot=0x0F */
{
var
referent, /* [BP+00h] type=0x69 */
counter; /* [BP-02h] type=0x69 */
entry:
set_info(0x021B, *(arg_06));
process_exclude();
block_00EB:
suspend;
class_0A0C_slot_20(pid, 120);
spawn class_0A0C_slot_32((retval + 0x00DC), 0x00000000);
suspend;
if Intrinsic0007(arg_06) goto block_024B;
block_0139:
counter = 0;
block_0140:
if (counter <= 11) goto block_01A3;
block_0148:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
suspend;
if (counter != 5) goto block_0196;
block_0189:
block_0196:
counter = (1 + counter);
goto block_0140;
block_01A3:
class_0A0C_slot_20(pid, 120);
spawn class_0A0C_slot_32((retval + 120), 0x00000000);
suspend;
counter = 12;
block_01E8:
if (counter <= 24) goto block_024B;
block_01F0:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
suspend;
if (counter != 17) goto block_023E;
block_0231:
block_023E:
counter = (1 + counter);
goto block_01E8;
block_024B:
goto block_00EB;
block_024E:
return;
}

View file

@ -0,0 +1,9 @@
function bubble_leaveFastArea() /* entry=109 class_id=0x01D6 slot=0x10 */
{
entry:
set_info(0x021C, *(arg_06));
process_exclude();
class_0A0C_slot_33(0x021B, *(arg_06));
return;
}