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

32 lines
621 B
NASM

_Route16FlyHouseBrunetteGirlText::
text "Oh, you found my"
line "secret retreat!"
para "Please don't tell"
line "anyone I'm here."
cont "I'll make it up"
cont "to you with this!"
prompt
_Route16FlyHouseBrunetteGirlReceivedHM02Text::
text "<PLAYER> received"
line "HM02!@"
text_end
_Route16FlyHouseBrunetteGirlHM02ExplanationText::
text "HM02 is FLY."
line "It will take you"
cont "back to any town."
para "Put it to good"
line "use!"
done
_Route16FlyHouseBrunetteGirlHM02NoRoomText::
text "You don't have any"
line "room for this."
done
_Route16FlyHouseFearowText::
text "FEAROW: Kyueen!"
done