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/CeladonGym.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/CeladonGym.asm')
| -rw-r--r-- | text/CeladonGym.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/text/CeladonGym.asm b/text/CeladonGym.asm index 5d354bbb..2ea0dc44 100644 --- a/text/CeladonGym.asm +++ b/text/CeladonGym.asm @@ -1,4 +1,4 @@ -_CeladonGymText_48a5e:: +_ErikaPreBattleText:: text "Hello. Lovely" line "weather isn't it?" cont "It's so pleasant." @@ -25,7 +25,7 @@ _CeladonGymText_48a5e:: line "shall not lose." done -_CeladonGymText_48a63:: +_ReceivedRainbowBadgeText:: text "Oh!" line "I concede defeat." @@ -36,7 +36,7 @@ _CeladonGymText_48a63:: line "the RAINBOWBADGE." prompt -_CeladonGymText_48a68:: +_ErikaPostBattleAdviceText:: text "You are cataloging" line "#MON? I must" cont "say I'm impressed." @@ -47,7 +47,7 @@ _CeladonGymText_48a68:: cont "unattractive." done -_CeladonGymText9:: +_ErikaRainbowBadgeInfoText:: text "The RAINBOWBADGE" line "will make #MON" cont "up to L50 obey." |
