mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-27 12:20:21 +00:00
d001ced41b
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.
35 lines
626 B
NASM
35 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
|