mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
46 lines
1.5 KiB
PHP
46 lines
1.5 KiB
PHP
BattleFrontier_Lounge8_MapScripts:: @ 82676C9
|
|
.byte 0
|
|
|
|
BattleFrontier_Lounge8_EventScript_Man:: @ 82676CA
|
|
msgbox BattleFrontier_Lounge8_Text_WhatATrainerNeeds, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_Lounge8_EventScript_Woman:: @ 82676D3
|
|
msgbox BattleFrontier_Lounge8_Text_KnowAboutFrontierBrains, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_Lounge8_EventScript_NinjaBoy:: @ 82676DC
|
|
msgbox BattleFrontier_Lounge8_Text_ToldMeIHaveTalentForBattling, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_Lounge8_Text_WhatATrainerNeeds: @ 82676E5
|
|
.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"
|
|
.string "Well, I'm all set in every way!\n"
|
|
.string "I'll be unstoppable at every building!\p"
|
|
.string "Huh? POKéMON?\n"
|
|
.string "What's that?$"
|
|
|
|
BattleFrontier_Lounge8_Text_KnowAboutFrontierBrains: @ 826779C
|
|
.string "Do you know about the FRONTIER\n"
|
|
.string "BRAINS?\p"
|
|
.string "That's what SCOTT calls the seven\n"
|
|
.string "special TRAINERS that run the seven\l"
|
|
.string "facilities in the BATTLE FRONTIER.$"
|
|
|
|
BattleFrontier_Lounge8_Text_ToldMeIHaveTalentForBattling: @ 826782C
|
|
.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"
|
|
.string "But I'm no good at CONTESTS!\p"
|
|
.string "I guess having talent and liking\n"
|
|
.string "something aren't the same.$"
|
|
|