pokered/text/Daycare_2.asm

35 lines
626 B
NASM
Raw Permalink Normal View History

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