diff options
author | surskitty <surskitty@gmail.com> | 2017-10-26 01:22:20 -0400 |
---|---|---|
committer | surskitty <surskitty@gmail.com> | 2017-10-26 01:23:54 -0400 |
commit | 14a121f85e60ea7d4bad8efb16dc10b81c39b44f (patch) | |
tree | c4693d123478673cc22c0623e4f171fb8ee54ace | |
parent | ed10d336cb2c31915f6c2885ba8b3c5a4e7ddc66 (diff) |
Mahogany Gym labels.
-rw-r--r-- | maps/MahoganyGym.asm | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/maps/MahoganyGym.asm b/maps/MahoganyGym.asm index c30e647e6..5ac4ef61b 100644 --- a/maps/MahoganyGym.asm +++ b/maps/MahoganyGym.asm @@ -19,16 +19,16 @@ PryceScript_0x199a9e: opentext checkevent EVENT_BEAT_PRYCE iftrue .FightDone - writetext UnknownText_0x199b8d + writetext PryceText_Intro waitbutton closetext - winlosstext UnknownText_0x199cb3, 0 + winlosstext PryceText_Impressed, 0 loadtrainer PRYCE, 1 startbattle reloadmapafterbattle setevent EVENT_BEAT_PRYCE opentext - writetext UnknownText_0x199d3b + writetext Text_ReceivedGlacierBadge playsound SFX_GET_BADGE waitsfx setflag ENGINE_GLACIERBADGE @@ -36,26 +36,26 @@ PryceScript_0x199a9e: scall MahoganyGymTriggerRockets .FightDone: checkevent EVENT_GOT_TM16_ICY_WIND - iftrue UnknownScript_0x199af0 + iftrue PryceScript_Defeat setevent EVENT_BEAT_SKIER_ROXANNE setevent EVENT_BEAT_SKIER_CLARISSA setevent EVENT_BEAT_BOARDER_RONALD setevent EVENT_BEAT_BOARDER_BRAD setevent EVENT_BEAT_BOARDER_DOUGLAS - writetext UnknownText_0x199d55 + writetext PryceText_GlacierBadgeSpeech buttonsound verbosegiveitem TM_ICY_WIND - iffalse UnknownScript_0x199af4 + iffalse MahoganyGym_NoRoomForIcyWind setevent EVENT_GOT_TM16_ICY_WIND - writetext UnknownText_0x199def + writetext PryceText_IcyWindSpeech waitbutton closetext end -UnknownScript_0x199af0: - writetext UnknownText_0x199e59 +PryceScript_Defeat: + writetext PryceText_CherishYourPokemon waitbutton -UnknownScript_0x199af4: +MahoganyGym_NoRoomForIcyWind: closetext end @@ -109,7 +109,7 @@ TrainerBoarderBrad: BoarderBradScript: end_if_just_battled opentext - writetext UnknownText_0x199fdd + writetext BorderBradTalkText waitbutton closetext end @@ -120,7 +120,7 @@ TrainerBoarderDouglas: BoarderDouglasScript: end_if_just_battled opentext - writetext UnknownText_0x19a047 + writetext BorderDouglasTalkText waitbutton closetext end @@ -149,7 +149,7 @@ MahoganyGymStatue: trainertotext PRYCE, 1, $1 jumpstd gymstatue2 -UnknownText_0x199b8d: +PryceText_Intro: text "#MON have many" line "experiences in" @@ -180,7 +180,7 @@ UnknownText_0x199b8d: line "my power!" done -UnknownText_0x199cb3: +PryceText_Impressed: text "Ah, I am impressed" line "by your prowess." @@ -194,12 +194,12 @@ UnknownText_0x199cb3: line "this BADGE!" done -UnknownText_0x199d3b: +Text_ReceivedGlacierBadge: text "<PLAYER> received" line "GLACIERBADGE." done -UnknownText_0x199d55: +PryceText_GlacierBadgeSpeech: text "That BADGE will" line "raise the SPECIAL" cont "stats of #MON." @@ -213,7 +213,7 @@ UnknownText_0x199d55: line "a gift from me!" done -UnknownText_0x199def: +PryceText_IcyWindSpeech: text "That TM contains" line "ICY WIND." @@ -225,7 +225,7 @@ UnknownText_0x199def: cont "winter." done -UnknownText_0x199e59: +PryceText_CherishYourPokemon: text "When the ice and" line "snow melt, spring" cont "arrives." @@ -276,7 +276,7 @@ BoarderBradBeatenText: line "serious we are?" done -UnknownText_0x199fdd: +BorderBradTalkText: text "This GYM is great." line "I love boarding" cont "with my #MON!" @@ -292,7 +292,7 @@ BoarderDouglasBeatenText: line "PRYCE's secret." done -UnknownText_0x19a047: +BorderDouglasTalkText: text "The secret behind" line "PRYCE's power…" |