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

34 lines
626 B
NASM

_DaycareGentlemanAllRightThenText::
text "All right then,"
line "@"
text_end
_DaycareGentlemanComeAgainText::
text "come again."
done
_DaycareGentlemanNoRoomForMonText::
text "You have no room"
line "for this #MON!"
done
_DaycareGentlemanOnlyHaveOneMonText::
text "You only have one"
line "#MON with you."
done
_DaycareGentlemanCantAcceptMonWithHMText::
text "I can't accept a"
line "#MON that"
cont "knows an HM move."
done
_DaycareGentlemanHeresYourMonText::
text "Thank you! Here's"
line "your #MON!"
prompt
_DaycareGentlemanNotEnoughMoneyText::
text "Hey, you don't"
line "have enough ¥!"
done