pokeemerald/data/maps/BattleFrontier_Lounge8/scripts.inc

46 lines
1.5 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
BattleFrontier_Lounge8_MapScripts:: @ 82676C9
.byte 0
2019-11-12 23:52:32 +01:00
BattleFrontier_Lounge8_EventScript_Man:: @ 82676CA
msgbox BattleFrontier_Lounge8_Text_WhatATrainerNeeds, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-12 23:52:32 +01:00
BattleFrontier_Lounge8_EventScript_Woman:: @ 82676D3
msgbox BattleFrontier_Lounge8_Text_KnowAboutFrontierBrains, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-12 23:52:32 +01:00
BattleFrontier_Lounge8_EventScript_NinjaBoy:: @ 82676DC
msgbox BattleFrontier_Lounge8_Text_ToldMeIHaveTalentForBattling, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-12 23:52:32 +01:00
BattleFrontier_Lounge8_Text_WhatATrainerNeeds: @ 82676E5
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
2019-11-12 23:52:32 +01:00
BattleFrontier_Lounge8_Text_KnowAboutFrontierBrains: @ 826779C
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.$"
2019-11-12 23:52:32 +01:00
BattleFrontier_Lounge8_Text_ToldMeIHaveTalentForBattling: @ 826782C
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