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,15 @@
function mhatcher_hatch() /* entry=424 class_id=0x0905 slot=0x07 */
{
set_info(0x0210, *(arg_06));
process_exclude();
local_04 = Egg.getEggId(arg_06);
/* loop_selector local_02 in nearby_items(shape=0x04D0, origin=arg_06) */
while (!condition) {
local_06 = Item.getQLo(local_02);
if (local_06 == local_04) {
suspend;
}
/* loopnext */
}
return;
}