pokered/text/Route11Gate2F.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

40 lines
763 B
NASM

_Route11Gate2FOaksAideItemfinderDescriptionText::
text "There are items on"
line "the ground that"
cont "can't be seen."
para "ITEMFINDER will"
line "detect an item"
cont "close to you."
para "It can't pinpoint"
line "it, so you have"
cont "to look yourself!"
done
_Route11Gate2FLeftBinocularsSnorlaxText::
text "Looked into the"
line "binoculars."
para "A big #MON is"
line "asleep on a road!"
done
_Route11Gate2FLeftBinocularsNoSnorlaxText::
text "Looked into the"
line "binoculars."
para "It's a beautiful"
line "view!"
done
_Route11Gate2FRightBinocularsText::
text "Looked into the"
line "binoculars."
para "The only way to"
line "get from CERULEAN"
cont "CITY to LAVENDER"
cont "is by way of the"
cont "ROCK TUNNEL."
done