MtPyre_2F_MapScripts:: map_script MAP_SCRIPT_ON_FRAME_TABLE, CaveHole_CheckFallDownHole map_script MAP_SCRIPT_ON_TRANSITION, CaveHole_FixCrackedGround map_script MAP_SCRIPT_ON_RESUME, MtPyre_2F_SetHoleWarp .byte 0 MtPyre_2F_SetHoleWarp: setstepcallback STEP_CB_CRACKED_FLOOR setholewarp MAP_MT_PYRE_1F end MtPyre_2F_EventScript_Woman:: msgbox MtPyre_2F_Text_MemoriesOfSkitty, MSGBOX_NPC end MtPyre_2F_EventScript_PokefanM:: msgbox MtPyre_2F_Text_TumbledFromFloorAbove, MSGBOX_NPC end MtPyre_2F_EventScript_Mark:: trainerbattle_single TRAINER_MARK, MtPyre_2F_Text_MarkIntro, MtPyre_2F_Text_MarkDefeat msgbox MtPyre_2F_Text_MarkPostBattle, MSGBOX_AUTOCLOSE end MtPyre_2F_EventScript_Luke:: trainerbattle_double TRAINER_DEZ_AND_LUKE, MtPyre_2F_Text_LukeIntro, MtPyre_2F_Text_LukeDefeat, MtPyre_2F_Text_LukeNotEnoughMons msgbox MtPyre_2F_Text_LukePostBattle, MSGBOX_AUTOCLOSE end MtPyre_2F_EventScript_Dez:: trainerbattle_double TRAINER_DEZ_AND_LUKE, MtPyre_2F_Text_DezIntro, MtPyre_2F_Text_DezDefeat, MtPyre_2F_Text_DezNotEnoughMons msgbox MtPyre_2F_Text_DezPostBattle, MSGBOX_AUTOCLOSE end MtPyre_2F_EventScript_Leah:: trainerbattle_single TRAINER_LEAH, MtPyre_2F_Text_LeahIntro, MtPyre_2F_Text_LeahDefeat msgbox MtPyre_2F_Text_LeahPostBattle, MSGBOX_AUTOCLOSE end MtPyre_2F_EventScript_Zander:: trainerbattle_single TRAINER_ZANDER, MtPyre_2F_Text_ZanderIntro, MtPyre_2F_Text_ZanderDefeat msgbox MtPyre_2F_Text_ZanderPostBattle, MSGBOX_AUTOCLOSE end .ifdef FRENCH .include "data/maps/MtPyre_2F/text_fr.inc" .else .ifdef ITALIAN .include "data/maps/MtPyre_2F/text_it.inc" .else .ifdef SPANISH .include "data/maps/MtPyre_2F/text_es.inc" .else .include "data/maps/MtPyre_2F/text.inc" .endif .endif .endif