diff options
Diffstat (limited to 'text/maps/pewter_pokecenter.asm')
-rw-r--r-- | text/maps/pewter_pokecenter.asm | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/text/maps/pewter_pokecenter.asm b/text/maps/pewter_pokecenter.asm index 114fed16..2df5c715 100644 --- a/text/maps/pewter_pokecenter.asm +++ b/text/maps/pewter_pokecenter.asm @@ -1,4 +1,4 @@ -_PewterPokecenterText1:: ; 98704 (26:4704) +_PewterPokecenterText1:: text "What!?" para "TEAM ROCKET is" @@ -8,22 +8,7 @@ _PewterPokecenterText1:: ; 98704 (26:4704) para "Scram!" done -IF DEF(_YELLOW) -_PewterPokecenterText2:: - text "#MON CENTERS" - line "are wonderful!" - - para "They heal #MON" - line "completely." - - para "Even conditions" - line "like sleep, burn," - cont "poison and others" - cont "are cured." - done -ENDC - -_PewterPokecenterText5:: ; 98744 (26:4744) +_PewterPokecenterText5:: text "JIGGLYPUFF: Puu" line "pupuu!" done |