pokered/text/Route12Gate2F.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

43 lines
816 B
NASM

_Route12Gate2FBrunetteGirlYouCanHaveThisText::
text "My #MON's"
line "ashes are stored"
cont "in #MON TOWER."
para "You can have this"
line "TM. I don't need"
cont "it any more..."
prompt
_Route12Gate2FBrunetteGirlReceivedTM39Text::
text "<PLAYER> received"
line "TM39!@"
text_end
_Route12Gate2FBrunetteGirlTM39ExplanationText::
text "TM39 is a move"
line "called SWIFT."
para "It's very accurate,"
line "so use it during"
cont "battles you can't"
cont "afford to lose."
done
_Route12Gate2FBrunetteGirlTM39NoRoomText::
text "You don't have"
line "room for this."
done
_Route12Gate2FLeftBinocularsText::
text "Looked into the"
line "binoculars."
para "A man fishing!"
done
_Route12Gate2FRightBinocularsText::
text "Looked into the"
line "binoculars."
para "It's #MON TOWER!"
done