Pseudocode decompialtion improvements and docs

This commit is contained in:
MaddoScientisto 2026-03-26 22:10:48 +01:00
commit 589bfc31ef
1898 changed files with 60634 additions and 6597 deletions

View file

@ -0,0 +1,17 @@
function changer_hatch() /* entry=427 class_id=0x0908 slot=0x07 */
{
set_info(0x0210, *(arg_06));
process_exclude();
local_04 = Item.getQLo(arg_06);
local_08 = Egg.getEggId(arg_06);
if (!local_08) {
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x4C */
/* loop current_var=0xFE string_bytes=0x1A loop_type=0x2 */
while (!condition) {
local_06 = Item.getQLo(local_02);
/* loopnext */
}
}
return;
}