36 lines
938 B
Text
36 lines
938 B
Text
function stelepad_release() /* entry=44 class_id=0x00EF slot=0x09 */
|
|
{
|
|
var
|
|
referent, /* [BP+00h] type=0x69 */
|
|
tele, /* [BP-02h] type=0x24 */
|
|
npc; /* [BP-04h] type=0x24 */
|
|
|
|
set_info(0x020D, *(arg_06));
|
|
process_exclude();
|
|
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
|
|
suspend;
|
|
/* 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=0x6 */
|
|
while (!condition) {
|
|
return;
|
|
}
|
|
/* loopscr value_u8=0x24 */
|
|
/* loopscr value_u8=0x3D */
|
|
/* loopscr value_u8=0x3A */
|
|
/* loopscr value_u8=0x25 */
|
|
/* loop current_var=0xFC string_bytes=0x6 loop_type=0x6 */
|
|
while (!condition) {
|
|
if (npc == 1) {
|
|
/* global_address global_id=0x3C */
|
|
while (!Item.isOn(*(arg_06))) {
|
|
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
|
|
suspend;
|
|
}
|
|
}
|
|
return;
|
|
}
|
|
return;
|
|
}
|