This commit is contained in:
MaddoScientisto 2026-03-25 23:32:36 +01:00
commit f92d1504fa
547 changed files with 37597 additions and 0 deletions

View file

@ -0,0 +1,50 @@
function reb_gar_enterFastArea() /* entry=290 class_id=0x04EC slot=0x0F */
{
var
referent, /* [BP+00h] type=0x69 */
counter; /* [BP-02h] type=0x69 */
entry:
set_info(0x021B, *(arg_06));
process_exclude();
if (Intrinsic00DA(10, 1) > 5) goto block_0178;
block_0165:
goto block_02AE;
block_0178:
suspend;
spawn class_0A0C_slot_32(Intrinsic00DA(pid, 0x00DC, 120), 0x00000000);
suspend;
counter = 1;
block_01BC:
if (counter <= 7) goto block_020E;
block_01C4:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_01BC;
block_020E:
spawn class_0A0C_slot_32(Intrinsic00DA(pid, 0x00DC, 120), 0x00000000);
suspend;
counter = 1;
block_0245:
if (counter <= 7) goto block_0297;
block_024D:
spawn class_0A0C_slot_32(pid, 10, 0x00000000);
suspend;
counter = (1 + counter);
goto block_0245;
block_0297:
goto block_0178;
block_02AE:
return;
}

View file

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