pokered/text/maps/viridian_forest_entrance.asm

25 lines
482 B
NASM
Raw Normal View History

_ViridianForestEntranceText1:: ; 8a868 (22:6868)
2014-01-23 04:37:40 +00:00
text "Are you going to"
line "VIRIDIAN FOREST?"
cont "Be careful, it's"
cont "a natural maze!"
done
_ViridianForestEntranceText2:: ; 8a8ab (22:68ab)
2014-10-10 07:46:06 +00:00
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
2014-01-23 04:37:40 +00:00
text "RATTATA may be"
line "small, but its"
cont "bite is wicked!"
cont "Did you get one?"
done
2014-10-10 07:46:06 +00:00
ENDC