diff options
Diffstat (limited to 'text/Daycare.asm')
-rw-r--r-- | text/Daycare.asm | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/text/Daycare.asm b/text/Daycare.asm index 197927dd..aa1e5bc5 100644 --- a/text/Daycare.asm +++ b/text/Daycare.asm @@ -60,3 +60,38 @@ _DayCareMonNeedsMoreTimeText:: cont "needs some more" cont "time with me." prompt + +_DayCareAllRightThenText:: + text "All right then," + line "@" + text_end + +_DayCareComeAgainText:: + text "Come again." + done + +_DayCareNoRoomForMonText:: + text "You have no room" + line "for this #MON!" + done + +_DayCareOnlyHaveOneMonText:: + text "You only have one" + line "#MON with you." + done + +_DayCareCantAcceptMonWithHMText:: + text "I can't accept a" + line "#MON that" + cont "knows an HM move." + done + +_DayCareHeresYourMonText:: + text "Thank you! Here's" + line "your #MON!" + prompt + +_DayCareNotEnoughMoneyText:: + text "Hey, you don't" + line "have enough ¥!" + done |