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

@ -1,17 +1,12 @@
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:
set_info(0x0239, *(arg_06));
process_exclude();
if ((Egg.getEggId(arg_06) & 127) == 5) {
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
/* global_address global_id=0x3C */
goto block_0300;
block_0300:
return;
}
return;
}