aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/Daycare.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
committerdannye <33dannye@gmail.com>2020-11-04 00:06:44 -0600
commit5647ca687b92954dcf37a6ea6bfbc9a341c32de4 (patch)
treedde1937a1bfdb3a835f4155e1c2eb8f1aaf86f63 /text/maps/Daycare.asm
parentMerge pull request #55 from Deokishisu/patch-1 (diff)
downloadpokeyellow-5647ca687b92954dcf37a6ea6bfbc9a341c32de4.tar.gz
pokeyellow-5647ca687b92954dcf37a6ea6bfbc9a341c32de4.tar.xz
pokeyellow-5647ca687b92954dcf37a6ea6bfbc9a341c32de4.zip
Sync with pokered
Diffstat (limited to 'text/maps/Daycare.asm')
-rw-r--r--text/maps/Daycare.asm96
1 files changed, 0 insertions, 96 deletions
diff --git a/text/maps/Daycare.asm b/text/maps/Daycare.asm
deleted file mode 100644
index 479898c8..00000000
--- a/text/maps/Daycare.asm
+++ /dev/null
@@ -1,96 +0,0 @@
-_DayCareIntroText::
- text "I run a DAYCARE."
- line "Would you like me"
- cont "to raise one of"
- cont "your #MON?"
- done
-
-_DayCareWhichMonText::
- text "Which #MON"
- line "should I raise?"
- prompt
-
-_DayCareWillLookAfterMonText::
- text "Fine, I'll look"
- line "after @"
- TX_RAM wcd6d
- text ""
- cont "for a while."
- prompt
-
-_DayCareComeSeeMeInAWhileText::
- text "Come see me in"
- line "a while."
- done
-
-_DayCareMonHasGrownText::
- text "Your @"
- TX_RAM wcd6d
- text ""
- line "has grown a lot!"
-
- para "By level, it's"
- line "grown by @"
- TX_NUM wDayCareNumLevelsGrown,$1,$3
- text "!"
-
- para "Aren't I great?"
- prompt
-
-_DayCareOweMoneyText::
- text "You owe me ¥@"
- TX_BCD wDayCareTotalCost, $c2
- text ""
- line "for the return"
- cont "of this #MON."
- done
-
-_DayCareGotMonBackText::
- text "<PLAYER> got"
- line "@"
- TX_RAM wDayCareMonName
- text " back!"
- done
-
-_DayCareMonNeedsMoreTimeText::
- text "Back already?"
- line "Your @"
- TX_RAM wcd6d
- text ""
- cont "needs some more"
- cont "time with me."
- prompt
-
-_DayCareAllRightThenText::
- text "All right then,"
- line "@@"
-
-_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