diff options
Diffstat (limited to 'text/maps/viridian_forest_entrance.asm')
-rw-r--r-- | text/maps/viridian_forest_entrance.asm | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/text/maps/viridian_forest_entrance.asm b/text/maps/viridian_forest_entrance.asm index 770f2b5b..c1a8df22 100644 --- a/text/maps/viridian_forest_entrance.asm +++ b/text/maps/viridian_forest_entrance.asm @@ -1,24 +1,13 @@ -_ViridianForestEntranceText1:: ; 8a868 (22:6868) +_ViridianForestEntranceText1:: text "Are you going to" line "VIRIDIAN FOREST?" cont "Be careful, it's" cont "a natural maze!" done -_ViridianForestEntranceText2:: ; 8a8ab (22:68ab) -IF DEF(_YELLOW) - text "You have to roam" - line "far to get new" - cont "kinds of #MON." - - para "Look for other" - line "types outside of" - cont "VIRIDIAN FOREST." - done -ELSE +_ViridianForestEntranceText2:: text "RATTATA may be" line "small, but its" cont "bite is wicked!" cont "Did you get one?" done -ENDC |