Decompilation unk files generation
This commit is contained in:
parent
d323bb28fc
commit
746709f40c
503 changed files with 45757 additions and 31 deletions
29
USECODE/REGRET/GRENEGG.unk
Normal file
29
USECODE/REGRET/GRENEGG.unk
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
/* synthesized appendix for GRENEGG */
|
||||
/* sparse lines above preserve recovered debugger line numbers where available */
|
||||
|
||||
/* ===== slot 0x07 hatch ===== */
|
||||
function grenegg_hatch() /* entry=428 class_id=0x0909 slot=0x07 */
|
||||
{
|
||||
set_info(0x0210, *(arg_06));
|
||||
process_exclude();
|
||||
/* loop_selector local_02 in nearby_items(shape=0x033A, origin=arg_06) */
|
||||
while (!condition) {
|
||||
if (Item.getFrame(local_02) == 0) {
|
||||
local_04 = local_02;
|
||||
}
|
||||
/* loopnext */
|
||||
}
|
||||
for local_02 in nearby_items(shape=0x033A, origin=arg_06) {
|
||||
if (Item.getFrame(local_02) == 0) {
|
||||
local_06 = local_02;
|
||||
}
|
||||
/* loopnext */
|
||||
}
|
||||
if (!(local_04 && local_06)) {
|
||||
local_0D = Item.getX(local_06);
|
||||
local_0B = Item.getY(local_06);
|
||||
local_09 = Item.getZ(local_06);
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue