diff options
| author | dannye <33dannye@gmail.com> | 2021-05-31 16:43:31 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2021-05-31 16:51:45 -0500 |
| commit | 7a23e2a635318754b56923824d5949bcff3815bf (patch) | |
| tree | 6e57c5b6762b76ce8e18e8b08dace841f640a01d /text/FuchsiaGym.asm | |
| parent | Merge remote-tracking branch 'remotes/pokered/master' (diff) | |
| parent | Merge pull request #325 from CelestialAmber/master (diff) | |
| download | pokeyellow-7a23e2a635318754b56923824d5949bcff3815bf.tar.gz pokeyellow-7a23e2a635318754b56923824d5949bcff3815bf.tar.xz pokeyellow-7a23e2a635318754b56923824d5949bcff3815bf.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'text/FuchsiaGym.asm')
| -rw-r--r-- | text/FuchsiaGym.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/text/FuchsiaGym.asm b/text/FuchsiaGym.asm index 587af1a1..683ae423 100644 --- a/text/FuchsiaGym.asm +++ b/text/FuchsiaGym.asm @@ -16,7 +16,7 @@ _KogaBeforeBattleText:: cont "techniques!" done -_KogaAfterBattleText:: +_ReceivedSoulBadgeText:: text "Humph!" line "You have proven" cont "your worth!" @@ -25,7 +25,7 @@ _KogaAfterBattleText:: line "SOULBADGE!" prompt -_KogaExplainToxicText:: +_KogaPostBattleAdviceText:: text "When afflicted by" line "TOXIC, #MON" cont "suffer more and" @@ -36,7 +36,7 @@ _KogaExplainToxicText:: line "terrorize foes!" done -_FuchsiaGymText9:: +_KogaSoulBadgeInfoText:: text "Now that you have" line "the SOULBADGE," cont "the DEFENSE of" @@ -197,7 +197,7 @@ _FuchsiaGymAfterBattleText6:: cont "choose?" done -_FuchsiaGymText_7564e:: +_FuchsiaGymGuidePreBattleText:: text "Yo! Champ in" line "making!" @@ -214,7 +214,7 @@ _FuchsiaGymText_7564e:: cont "to reach him!" done -_FuchsiaGymText_75653:: +_FuchsiaGymGuidePostBattleText:: text "It's amazing how" line "ninja can terrify" cont "even now!" |
