pokeemerald/data/maps/BattleFrontier_Lounge4/scripts.inc

31 lines
945 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge4_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge4_EventScript_Woman::
2019-11-12 23:52:32 +01:00
msgbox BattleFrontier_Lounge4_Text_WonderIfInterviewsAiring, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge4_EventScript_Cook::
2019-11-12 23:52:32 +01:00
msgbox BattleFrontier_Lounge4_Text_IfIOpenedRestaurantHere, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge4_EventScript_Man::
2019-11-12 23:52:32 +01:00
msgbox BattleFrontier_Lounge4_Text_NeedBreatherAfterBattles, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge4_Text_WonderIfInterviewsAiring:
2018-12-07 16:41:08 +01:00
.string "I wonder if they'll be airing interviews\n"
2017-11-10 02:21:31 +01:00
.string "with tough TRAINERS today?$"
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge4_Text_IfIOpenedRestaurantHere:
2017-11-10 02:21:31 +01:00
.string "If I opened a restaurant here,\n"
2018-12-07 16:41:08 +01:00
.string "it'd make money for sure.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge4_Text_NeedBreatherAfterBattles:
2017-11-10 02:21:31 +01:00
.string "Whew…\p"
.string "I need to take a breather after\n"
.string "some intense battles…\p"
.string "But even now, I never take a break\n"
.string "from plotting strategy and combos.$"