diff options
Diffstat (limited to 'data/maps/BattleFrontier_Lounge8/scripts.inc')
-rw-r--r-- | data/maps/BattleFrontier_Lounge8/scripts.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/BattleFrontier_Lounge8/scripts.inc b/data/maps/BattleFrontier_Lounge8/scripts.inc index 2615af743..8f4a443d5 100644 --- a/data/maps/BattleFrontier_Lounge8/scripts.inc +++ b/data/maps/BattleFrontier_Lounge8/scripts.inc @@ -1,19 +1,19 @@ -BattleFrontier_Lounge8_MapScripts:: @ 82676C9 +BattleFrontier_Lounge8_MapScripts:: .byte 0 -BattleFrontier_Lounge8_EventScript_Man:: @ 82676CA +BattleFrontier_Lounge8_EventScript_Man:: msgbox BattleFrontier_Lounge8_Text_WhatATrainerNeeds, MSGBOX_NPC end -BattleFrontier_Lounge8_EventScript_Woman:: @ 82676D3 +BattleFrontier_Lounge8_EventScript_Woman:: msgbox BattleFrontier_Lounge8_Text_KnowAboutFrontierBrains, MSGBOX_NPC end -BattleFrontier_Lounge8_EventScript_NinjaBoy:: @ 82676DC +BattleFrontier_Lounge8_EventScript_NinjaBoy:: msgbox BattleFrontier_Lounge8_Text_ToldMeIHaveTalentForBattling, MSGBOX_NPC end -BattleFrontier_Lounge8_Text_WhatATrainerNeeds: @ 82676E5 +BattleFrontier_Lounge8_Text_WhatATrainerNeeds: .string "What a TRAINER needs…\p" .string "Knowledge…\n" .string "Strategy…\l" @@ -27,14 +27,14 @@ BattleFrontier_Lounge8_Text_WhatATrainerNeeds: @ 82676E5 .string "Huh? POKéMON?\n" .string "What's that?$" -BattleFrontier_Lounge8_Text_KnowAboutFrontierBrains: @ 826779C +BattleFrontier_Lounge8_Text_KnowAboutFrontierBrains: .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 +BattleFrontier_Lounge8_Text_ToldMeIHaveTalentForBattling: .string "At the BATTLE TOWER, an older girl\n" .string "told me that I have a lot of talent\l" .string "for battling!\p" |