Usecode pseudocode

This commit is contained in:
MaddoScientisto 2026-03-26 00:37:17 +01:00
commit c12bb39437
1362 changed files with 71072 additions and 38056 deletions

View file

@ -7,14 +7,14 @@ function reb_gar_enterFastArea() /* entry=290 class_id=0x04EC slot=0x0F */
entry:
set_info(0x021B, *(arg_06));
process_exclude();
if (Intrinsic00DA(10, 1) > 5) goto block_0178;
if (UCMachine.rndRange(10, 1) > 5) goto block_0178;
block_0165:
goto block_02AE;
block_0178:
suspend;
spawn class_0A0C_slot_32(Intrinsic00DA(pid, 0x00DC, 120), 0x00000000);
spawn class_0A0C_slot_32(UCMachine.rndRange(pid, 0x00DC, 120), 0x00000000);
suspend;
counter = 1;
@ -28,7 +28,7 @@ function reb_gar_enterFastArea() /* entry=290 class_id=0x04EC slot=0x0F */
goto block_01BC;
block_020E:
spawn class_0A0C_slot_32(Intrinsic00DA(pid, 0x00DC, 120), 0x00000000);
spawn class_0A0C_slot_32(UCMachine.rndRange(pid, 0x00DC, 120), 0x00000000);
suspend;
counter = 1;

View file

@ -1,9 +1,7 @@
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;
set_info(0x021C, *(arg_06));
process_exclude();
class_0A0C_slot_33(*(arg_06), 0x021B);
return;
}