shithub: pokered

ref: 4cfc1fc2f749f4f458c95721c6dc4a8bb2d0099b
dir: /text/maps/viridian_forest_entrance.asm/

View raw version
_ViridianForestEntranceText1:: ; 8a868 (22:6868)
	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
	text "RATTATA may be"
	line "small, but its"
	cont "bite is wicked!"
	cont "Did you get one?"
	done
ENDC