pokered/text/Daycare.asm

63 lines
1 KiB
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 @"
text_ram wcd6d
text_start
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 @"
text_ram wcd6d
text_start
2014-01-23 20:34:42 +00:00
line "has grown a lot!"
para "By level, it's"
line "grown by @"
text_decimal 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 ¥@"
text_bcd wDayCareTotalCost, 2 | LEADING_ZEROES | LEFT_ALIGN
text_start
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 "@"
text_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 @"
text_ram wcd6d
text_start
2014-01-23 20:34:42 +00:00
cont "needs some more"
cont "time with me."
prompt