diff options
| author | Daniel Harding <33dannye@gmail.com> | 2021-05-31 15:42:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-31 15:42:41 -0500 |
| commit | c5bb400e085880793b41a3cb0e55976090ab5ad0 (patch) | |
| tree | 56841e633c8018cb25492c1e3f0b39aa93caa517 /text/FuchsiaGym_2.asm | |
| parent | More WRAM label cleanup (still needs UNIONs and renaming) (diff) | |
| parent | Clean many labels of scripts of all gyms (diff) | |
| download | pokeyellow-c5bb400e085880793b41a3cb0e55976090ab5ad0.tar.gz pokeyellow-c5bb400e085880793b41a3cb0e55976090ab5ad0.tar.xz pokeyellow-c5bb400e085880793b41a3cb0e55976090ab5ad0.zip | |
Merge pull request #323 from KqesaR/master
Clean many labels of scripts of gyms
Diffstat (limited to 'text/FuchsiaGym_2.asm')
| -rw-r--r-- | text/FuchsiaGym_2.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/text/FuchsiaGym_2.asm b/text/FuchsiaGym_2.asm index e8043e24..b6443a5a 100644 --- a/text/FuchsiaGym_2.asm +++ b/text/FuchsiaGym_2.asm @@ -1,4 +1,4 @@ -_KogaExplainToxicText:: +_KogaPostBattleAdviceText:: text "When afflicted by" line "TOXIC, #MON" cont "suffer more and" @@ -9,7 +9,7 @@ _KogaExplainToxicText:: line "terrorize foes!" done -_FuchsiaGymText9:: +_KogaSoulBadgeInfoText:: text "Now that you have" line "the SOULBADGE," cont "the DEFENSE of" @@ -170,7 +170,7 @@ _FuchsiaGymAfterBattleText6:: cont "choose?" done -_FuchsiaGymText_7564e:: +_FuchsiaGymGuidePreBattleText:: text "Yo! Champ in" line "making!" @@ -187,7 +187,7 @@ _FuchsiaGymText_7564e:: cont "to reach him!" done -_FuchsiaGymText_75653:: +_FuchsiaGymGuidePostBattleText:: text "It's amazing how" line "ninja can terrify" cont "even now!" |
