pokered/text/maps/daycare_1.asm

64 lines
1.1 KiB
NASM
Raw Normal View History

2015-07-19 03:49:52 +00:00
_DayCareIntroText:: ; 8ab95 (22:6b95)
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
2015-07-19 03:49:52 +00:00
_DayCareWhichMonText:: ; 8abd4 (22:6bd4)
2014-01-23 20:34:42 +00:00
text "Which #MON"
line "should I raise?"
prompt
2015-07-19 03:49:52 +00:00
_DayCareWillLookAfterMonText:: ; 8abf0 (22:6bf0)
2014-01-23 20:34:42 +00:00
text "Fine, I'll look"
line "after @"
TX_RAM wcd6d
2014-01-23 20:34:42 +00:00
db $0
cont "for a while."
prompt
2015-07-19 03:49:52 +00:00
_DayCareComeSeeMeInAWhileText:: ; 8ac19 (22:6c19)
2014-01-23 20:34:42 +00:00
text "Come see me in"
line "a while."
done
2015-07-19 03:49:52 +00:00
_DayCareMonHasGrownText:: ; 8ac32 (22:6c32)
2014-01-23 20:34:42 +00:00
text "Your @"
TX_RAM wcd6d
2014-01-23 20:34:42 +00:00
db $0
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
2015-07-19 03:49:52 +00:00
_DayCareOweMoneyText:: ; 8ac7d (22:6c7d)
2014-01-23 20:34:42 +00:00
text "You owe me ¥@"
TX_BCD wcd3f, $c2
2014-01-23 20:34:42 +00:00
db $0
line "for the return"
cont "of this #MON."
done
2015-07-19 03:49:52 +00:00
_DayCareGotMonBackText:: ; 8acae (22:6cae)
2014-01-23 20:34:42 +00:00
text $52, " got"
line "@"
TX_RAM W_DAYCAREMONNAME
text " back!"
done
2015-07-19 03:49:52 +00:00
_DayCareMonNeedsMoreTimeText:: ; 8acc1 (22:6cc1)
2014-01-23 20:34:42 +00:00
text "Back already?"
line "Your @"
TX_RAM wcd6d
2014-01-23 20:34:42 +00:00
db $0
cont "needs some more"
cont "time with me."
prompt