pokered/text/Daycare.asm

63 lines
997 B
NASM
Raw Normal View History

_DayCareIntroText::
2014-01-23 20:34:42 +00:00
text "I run a DAYCARE."
line "Would you like me"
cont "to raise one of"
cont "your #MON?"
done
_DayCareWhichMonText::
2014-01-23 20:34:42 +00:00
text "Which #MON"
line "should I raise?"
prompt
_DayCareWillLookAfterMonText::
2014-01-23 20:34:42 +00:00
text "Fine, I'll look"
line "after @"
TX_RAM wcd6d
text ""
2014-01-23 20:34:42 +00:00
cont "for a while."
prompt
_DayCareComeSeeMeInAWhileText::
2014-01-23 20:34:42 +00:00
text "Come see me in"
line "a while."
done
_DayCareMonHasGrownText::
2014-01-23 20:34:42 +00:00
text "Your @"
TX_RAM wcd6d
text ""
2014-01-23 20:34:42 +00:00
line "has grown a lot!"
para "By level, it's"
line "grown by @"
2015-07-19 03:49:52 +00:00
TX_NUM wDayCareNumLevelsGrown,$1,$3
2014-01-23 20:34:42 +00:00
text "!"
para "Aren't I great?"
prompt
_DayCareOweMoneyText::
2014-01-23 20:34:42 +00:00
text "You owe me ¥@"
2015-07-23 13:07:12 +00:00
TX_BCD wDayCareTotalCost, $c2
text ""
2014-01-23 20:34:42 +00:00
line "for the return"
cont "of this #MON."
done
_DayCareGotMonBackText::
text "<PLAYER> got"
2014-01-23 20:34:42 +00:00
line "@"
2015-08-31 02:38:41 +00:00
TX_RAM wDayCareMonName
2014-01-23 20:34:42 +00:00
text " back!"
done
_DayCareMonNeedsMoreTimeText::
2014-01-23 20:34:42 +00:00
text "Back already?"
line "Your @"
TX_RAM wcd6d
text ""
2014-01-23 20:34:42 +00:00
cont "needs some more"
cont "time with me."
prompt