diff options
| author | Yoann Fievez <yoann.fievez@gmail.com> | 2021-05-17 12:48:26 +0200 |
|---|---|---|
| committer | Yoann Fievez <yoann.fievez@gmail.com> | 2021-05-31 20:41:10 +0200 |
| commit | a448ac897d5480bba4b40b4be8a4bfe5a5c31be7 (patch) | |
| tree | 4173debfd48dbd282cea6049511e901a1d177f66 /text/VermilionGym_2.asm | |
| parent | Simplify the tileset headers (diff) | |
| download | pokeyellow-a448ac897d5480bba4b40b4be8a4bfe5a5c31be7.tar.gz pokeyellow-a448ac897d5480bba4b40b4be8a4bfe5a5c31be7.tar.xz pokeyellow-a448ac897d5480bba4b40b4be8a4bfe5a5c31be7.zip | |
Clean many labels of scripts of all 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 |
