script: union/ev_cnnect_union_talk_obj_02_01

code

ev_cnnect_union_talk_obj_02_01:
    union_parent_start_command_set(work: 246)
    ifval_jump(work: 246, "EQ", "UNION_CHILD_SELECT_CANCEL", "ev_connect_union_battle_canceled")
    union_beacon_change("UNION_PARENT_MODE_BATTLENOW")
    union_get_talk_number("UNION_CONNECTED_START_TALK", work: 246)
    talkmsg_sp(work: 246)
    time_wait("UNION_EVNET_PRE_WAIT", work: 246)
    comm_synchronize("UNION_CHILD_SELECT_BATTLE")
    talk_close()
    black_out("SCR_WIPE_DIV", "SCR_WIPE_SYNC")
    wipe_fade_end_check()
    union_pokelist_set_proc()
    set_map_proc()
    black_in("SCR_WIPE_DIV", "SCR_WIPE_SYNC")
    wipe_fade_end_check()
    talkmsg("msg_connect_union_11")
    comm_synchronize("UNION_SYNCHRO_POKELIST")
    talk_close()
    union_battle_start_check(work: 246)
    ifval_jump(work: 246, "EQ", "UNION_BATTLE_MY_CANCEL", "ev_connect_union_battle_cancel")
    ifval_jump(work: 246, "EQ", "UNION_BATTLE_PARTNER_CANCEL", "ev_connect_union_battle_cancel")
    debug_sio_encount()
    call("ev_union_return_setup")
    jump("ev_connect_union_next_child_menu")
    end()

2 callers

script_set script invocation
union ev_connect_union_talk_obj_02 ifval_jump(work: 246, "EQ", 0.0, "ev_cnnect_union_talk_obj_02_01")
union ev_connect_union_talk_obj_02 jump("ev_cnnect_union_talk_obj_02_01")