pokeemerald/data/maps/BattleFrontier_Lounge8/scripts.inc

46 lines
1.4 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge8_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge8_EventScript_Man::
2019-11-12 23:52:32 +01:00
msgbox BattleFrontier_Lounge8_Text_WhatATrainerNeeds, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge8_EventScript_Woman::
2019-11-12 23:52:32 +01:00
msgbox BattleFrontier_Lounge8_Text_KnowAboutFrontierBrains, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge8_EventScript_NinjaBoy::
2019-11-12 23:52:32 +01:00
msgbox BattleFrontier_Lounge8_Text_ToldMeIHaveTalentForBattling, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge8_Text_WhatATrainerNeeds:
2017-11-10 02:21:31 +01:00
.string "What a TRAINER needs…\p"
.string "Knowledge…\n"
.string "Strategy…\l"
.string "Luck…\l"
.string "Guts…\l"
.string "Spirit…\l"
.string "Bravery…\l"
.string "And ability…\p"
2018-12-07 16:41:08 +01:00
.string "Well, I'm all set in every way!\n"
.string "I'll be unstoppable at every building!\p"
2017-11-10 02:21:31 +01:00
.string "Huh? POKéMON?\n"
2018-12-07 16:41:08 +01:00
.string "What's that?$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge8_Text_KnowAboutFrontierBrains:
2017-11-10 02:21:31 +01:00
.string "Do you know about the FRONTIER\n"
.string "BRAINS?\p"
2018-12-07 16:41:08 +01:00
.string "That's what SCOTT calls the seven\n"
2017-11-10 02:21:31 +01:00
.string "special TRAINERS that run the seven\l"
.string "facilities in the BATTLE FRONTIER.$"
2021-07-20 21:18:31 +02:00
BattleFrontier_Lounge8_Text_ToldMeIHaveTalentForBattling:
2017-11-10 02:21:31 +01:00
.string "At the BATTLE TOWER, an older girl\n"
.string "told me that I have a lot of talent\l"
.string "for battling!\p"
.string "I like POKéMON CONTESTS more!\p"
2018-12-07 16:41:08 +01:00
.string "But I'm no good at CONTESTS!\p"
2017-11-10 02:21:31 +01:00
.string "I guess having talent and liking\n"
2018-12-07 16:41:08 +01:00
.string "something aren't the same.$"
2017-11-10 02:21:31 +01:00