Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
|
|
@ -0,0 +1,71 @@
|
|||
function miss1egg_hatch() /* entry=353 class_id=0x090D slot=0x07 */
|
||||
{
|
||||
var
|
||||
referent, /* [BP+00h] type=0x69 */
|
||||
item, /* [BP-02h] type=0x24 */
|
||||
pad2, /* [BP-04h] type=0x24 */
|
||||
buster, /* [BP-06h] type=0x24 */
|
||||
slot; /* [BP-08h] type=0x69 */
|
||||
|
||||
entry:
|
||||
set_info(0x0210, *(arg_06));
|
||||
process_exclude();
|
||||
if (Intrinsic003F(arg_06) != 1) goto block_0165;
|
||||
|
||||
block_011E:
|
||||
spawn class_090D_slot_21(arg_06);
|
||||
/* global_address global_id=0x3C */
|
||||
spawn class_0A11_slot_23(pid);
|
||||
suspend;
|
||||
goto block_0265;
|
||||
|
||||
block_0165:
|
||||
if (Intrinsic003F(arg_06) != 2) goto block_01DD;
|
||||
|
||||
block_0174:
|
||||
if (!global[0x003B]) goto block_01CF;
|
||||
|
||||
block_017F:
|
||||
/* pop_global global_id=0x3B size=0x1 */
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x40 */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFA string_bytes=0x6 loop_type=0x2 */
|
||||
|
||||
block_01A6:
|
||||
if condition goto block_01CD;
|
||||
|
||||
block_01A9:
|
||||
class_0A1E_slot_23(4, buster);
|
||||
spawn class_090D_slot_22(buster, arg_06);
|
||||
/* loopnext */
|
||||
goto block_01A6;
|
||||
|
||||
block_01CD:
|
||||
|
||||
block_01CF:
|
||||
goto block_0265;
|
||||
|
||||
block_01DD:
|
||||
if (Intrinsic003F(arg_06) != 3) goto block_0221;
|
||||
|
||||
block_01EC:
|
||||
class_0A0C_slot_41();
|
||||
spawn class_090D_slot_23(pid, arg_06);
|
||||
suspend;
|
||||
goto block_0265;
|
||||
|
||||
block_0221:
|
||||
if (Intrinsic003F(arg_06) != 7) goto block_0265;
|
||||
|
||||
block_0230:
|
||||
class_0A0C_slot_41();
|
||||
spawn class_090D_slot_20(pid, arg_06);
|
||||
suspend;
|
||||
goto block_0265;
|
||||
|
||||
block_0265:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue