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

42 lines
737 B
NASM

_BluesHouseDaisyRivalAtLabText::
text "Hi <PLAYER>!"
line "<RIVAL> is out at"
cont "Grandpa's lab."
done
_BluesHouseDaisyOfferMapText::
text "Grandpa asked you"
line "to run an errand?"
cont "Here, this will"
cont "help you!"
prompt
_GotMapText::
text "<PLAYER> got a"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_BluesHouseDaisyBagFullText::
text "You have too much"
line "stuff with you."
done
_BluesHouseDaisyUseMapText::
text "Use the TOWN MAP"
line "to find out where"
cont "you are."
done
_BluesHouseDaisyWalkingText::
text "#MON are living"
line "things! If they"
cont "get tired, give"
cont "them a rest!"
done
_BluesHouseTownMapText::
text "It's a big map!"
line "This is useful!"
done