32 lines
835 B
Text
32 lines
835 B
Text
|
|
/* synthesized appendix for VIDEOEGG */
|
|
/* sparse lines above preserve recovered debugger line numbers where available */
|
|
|
|
/* ===== slot 0x07 hatch ===== */
|
|
function videoegg_hatch() /* entry=442 class_id=0x0918 slot=0x07 */
|
|
{
|
|
set_info(0x0210, *(arg_06));
|
|
process_exclude();
|
|
if (World.getControlledNPCNum() == 1) {
|
|
return;
|
|
}
|
|
else {
|
|
/* pop_global global_id=0x1 size=0x1 */
|
|
if (!(global[0x0001])) {
|
|
/* global_address global_id=0x1E */
|
|
spawn ITEM.slot_21();
|
|
}
|
|
else {
|
|
/* 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=0x4 */
|
|
while (!condition) {
|
|
/* loopnext */
|
|
}
|
|
/* pop_global global_id=0xA size=0x1 */
|
|
}
|
|
}
|
|
return;
|
|
}
|