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/ViridianGym.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/ViridianGym.asm')
| -rw-r--r-- | text/ViridianGym.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/text/ViridianGym.asm b/text/ViridianGym.asm index 66c889df..95fe63b3 100644 --- a/text/ViridianGym.asm +++ b/text/ViridianGym.asm @@ -1,4 +1,4 @@ -_ViridianGymText_74ace:: +_GiovanniPreBattleText:: text "Fwahahaha! This is" line "my hideout!" @@ -18,7 +18,7 @@ _ViridianGymText_74ace:: cont "greatest trainer!" done -_ViridianGymText_74ad3:: +_ReceivedEarthBadgeText:: text "Ha!" line "That was a truly" cont "intense fight!" @@ -27,7 +27,7 @@ _ViridianGymText_74ad3:: cont "the EARTHBADGE!@" text_end -_ViridianGymText_74ad9:: +_GiovanniPostBattleAdviceText:: text "Having lost, I" line "cannot face my" cont "underlings!" @@ -43,7 +43,7 @@ _ViridianGymText_74ad9:: cont "Farewell!@" text_end -_ViridianGymText12:: +_GiovanniEarthBadgeInfoText:: text "The EARTHBADGE" line "makes #MON of" cont "any level obey!" @@ -215,7 +215,7 @@ _ViridianGymAfterBattleText8:: cont "our GYM LEADER!" done -_ViridianGymText_74bd4:: +_ViridianGymGuidePreBattleText:: text "Yo! Champ in" line "making!" @@ -233,7 +233,7 @@ _ViridianGymText_74bd4:: cont "#MON!" done -_ViridianGymText_74bd9:: +_ViridianGymGuidePostBattleText:: text "Blow me away!" line "GIOVANNI was the" cont "GYM LEADER here?" |
