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,54 @@
function camera_hatch() /* entry=345 class_id=0x0905 slot=0x07 */
{
entry:
set_info(0x0210, *(arg_06));
process_exclude();
if ((Intrinsic003F(arg_06) & 127) != 1) goto block_012F;
block_00FD:
/* global_address global_id=0x3C */
goto block_0269;
block_012F:
if ((Intrinsic003F(arg_06) & 127) != 2) goto block_016F;
block_0141:
/* global_address global_id=0x3C */
goto block_0269;
block_016F:
if ((Intrinsic003F(arg_06) & 127) != 3) goto block_01B3;
block_0181:
/* global_address global_id=0x3C */
goto block_0269;
block_01B3:
if ((Intrinsic003F(arg_06) & 127) != 4) goto block_01F3;
block_01C5:
/* global_address global_id=0x3C */
goto block_0269;
block_01F3:
if ((Intrinsic003F(arg_06) & 127) != 5) goto block_0242;
block_0205:
/* global_address global_id=0x3C */
goto block_028B;
block_023F:
goto block_0269;
block_0242:
/* global_address global_id=0x3C */
block_0269:
if (!(Intrinsic003F(arg_06) & 0x0080)) goto block_028B;
block_0280:
block_028B:
return;
}

View file

@ -0,0 +1,17 @@
function camera_unhatch() /* entry=345 class_id=0x0905 slot=0x15 */
{
entry:
set_info(0x0239, *(arg_06));
process_exclude();
if ((Intrinsic003F(arg_06) & 127) != 5) goto block_0300;
block_02C7:
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
goto block_0300;
block_0300:
return;
}