daycare_1.asm 989 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. _DayCareIntroText::
  2. text "I run a DAYCARE."
  3. line "Would you like me"
  4. cont "to raise one of"
  5. cont "your #MON?"
  6. done
  7. _DayCareWhichMonText::
  8. text "Which #MON"
  9. line "should I raise?"
  10. prompt
  11. _DayCareWillLookAfterMonText::
  12. text "Fine, I'll look"
  13. line "after @"
  14. TX_RAM wcd6d
  15. db $0
  16. cont "for a while."
  17. prompt
  18. _DayCareComeSeeMeInAWhileText::
  19. text "Come see me in"
  20. line "a while."
  21. done
  22. _DayCareMonHasGrownText::
  23. text "Your @"
  24. TX_RAM wcd6d
  25. db $0
  26. line "has grown a lot!"
  27. para "By level, it's"
  28. line "grown by @"
  29. TX_NUM wDayCareNumLevelsGrown,$1,$3
  30. text "!"
  31. para "Aren't I great?"
  32. prompt
  33. _DayCareOweMoneyText::
  34. text "You owe me ¥@"
  35. TX_BCD wDayCareTotalCost, $c2
  36. db $0
  37. line "for the return"
  38. cont "of this #MON."
  39. done
  40. _DayCareGotMonBackText::
  41. text "<PLAYER> got"
  42. line "@"
  43. TX_RAM wDayCareMonName
  44. text " back!"
  45. done
  46. _DayCareMonNeedsMoreTimeText::
  47. text "Back already?"
  48. line "Your @"
  49. TX_RAM wcd6d
  50. db $0
  51. cont "needs some more"
  52. cont "time with me."
  53. prompt