diff options
Diffstat (limited to 'text/maps/celadon_city.asm')
-rw-r--r-- | text/maps/celadon_city.asm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/text/maps/celadon_city.asm b/text/maps/celadon_city.asm index 585ece03..6a02d125 100644 --- a/text/maps/celadon_city.asm +++ b/text/maps/celadon_city.asm @@ -1,10 +1,18 @@ _CeladonCityText1:: ; a59fb (29:59fb) text "I got my KOFFING" +IF DEF(_YELLOW) + line "from my friend!" + + para "We get along now," + line "because I was" + cont "very nice to it!" +ELSE line "in CINNABAR!" para "It's nice, but it" line "breathes poison" cont "when it's angry!" +ENDC done _CeladonCityText2:: ; a5a4b (29:5a4b) @@ -111,7 +119,11 @@ _CeladonCityText13:: ; a5d41 (29:5d41) line "#MON GYM" cont "LEADER: ERIKA" +IF DEF(_YELLOW) + para "The Nature-Loving" +ELSE para "The Nature Loving" +ENDC line "Princess!" done @@ -148,6 +160,10 @@ _CeladonCityText17:: ; a5e3e (29:5e3e) _CeladonCityText18:: ; a5e6a (29:5e6a) text "ROCKET GAME CORNER" line "The playground" +IF DEF(_YELLOW) + cont "for grownups!" +ELSE cont "for grown-ups!" +ENDC done |