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/VermilionGym_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/VermilionGym_2.asm')
| -rw-r--r-- | text/VermilionGym_2.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/text/VermilionGym_2.asm b/text/VermilionGym_2.asm index bf50422d..02af599d 100644 --- a/text/VermilionGym_2.asm +++ b/text/VermilionGym_2.asm @@ -10,7 +10,7 @@ _LTSurgePostBattleAdviceText:: cont "type #MON!" done -_LTSurgeThunderbadgeInfoText:: +_LTSurgeThunderBadgeInfoText:: text "The THUNDERBADGE" line "cranks up your" cont "#MON's SPEED!" @@ -45,7 +45,7 @@ _TM24NoRoomText:: line "in your pack!" done -_ReceivedThunderbadgeText:: +_ReceivedThunderBadgeText:: text "Whoa!" para "You're the real" @@ -113,7 +113,7 @@ _VermilionGymAfterBattleText3:: cont "next to it!" done -_VermilionGymFanPreBattleText:: +_VermilionGymGuidePreBattleText:: text "Yo! Champ in" line "making!" @@ -139,7 +139,7 @@ _VermilionGymFanPreBattleText:: cont "get to him!" done -_VermilionGymFanPostBattleText:: +_VermilionGymGuidePostBattleText:: text "Whew! That match" line "was electric!" done |
