44 lines
856 B
Text
44 lines
856 B
Text
function lazeregg_hatch() /* entry=352 class_id=0x090C slot=0x07 */
|
|
{
|
|
var
|
|
referent, /* [BP+00h] type=0x69 */
|
|
laser, /* [BP-02h] type=0x24 */
|
|
id; /* [BP-04h] type=0x69 */
|
|
|
|
entry:
|
|
set_info(0x0210, *(arg_06));
|
|
process_exclude();
|
|
id = 0;
|
|
id = Intrinsic003F(arg_06);
|
|
/* loopscr value_u8=0x24 */
|
|
/* loopscr value_u8=0x3D */
|
|
/* loopscr value_u8=0x40 */
|
|
/* loopscr value_u8=0x25 */
|
|
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
|
|
|
block_011E:
|
|
if condition goto block_0169;
|
|
|
|
block_0121:
|
|
if (Item.getFrame(laser) != 1) goto block_013F;
|
|
|
|
block_0136:
|
|
goto block_016B;
|
|
|
|
block_013C:
|
|
goto block_0165;
|
|
|
|
block_013F:
|
|
spawn class_0A0C_slot_31(pid, laser, 0x00000000);
|
|
suspend;
|
|
|
|
block_0165:
|
|
/* loopnext */
|
|
goto block_011E;
|
|
|
|
block_0169:
|
|
|
|
block_016B:
|
|
return;
|
|
|
|
}
|