Decompilation unk files generation
This commit is contained in:
parent
d323bb28fc
commit
746709f40c
503 changed files with 45757 additions and 31 deletions
20
USECODE/REGRET/MHATCHER.unk
Normal file
20
USECODE/REGRET/MHATCHER.unk
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
/* synthesized appendix for MHATCHER */
|
||||
/* sparse lines above preserve recovered debugger line numbers where available */
|
||||
|
||||
/* ===== slot 0x07 hatch ===== */
|
||||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue