summaryrefslogtreecommitdiff
path: root/text/maps/daycare_1.asm
blob: 02e353440f164dc5b8d8eea631d78ceef2cd2159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
_DayCareIntroText:: ; 8ab95 (22:6b95)
	text "I run a DAYCARE."
	line "Would you like me"
	cont "to raise one of"
	cont "your #MON?"
	done

_DayCareWhichMonText:: ; 8abd4 (22:6bd4)
	text "Which #MON"
	line "should I raise?"
	prompt

_DayCareWillLookAfterMonText:: ; 8abf0 (22:6bf0)
	text "Fine, I'll look"
	line "after @"
	TX_RAM wcd6d
	db $0
	cont "for a while."
	prompt

_DayCareComeSeeMeInAWhileText:: ; 8ac19 (22:6c19)
	text "Come see me in"
	line "a while."
	done

_DayCareMonHasGrownText:: ; 8ac32 (22:6c32)
	text "Your @"
	TX_RAM wcd6d
	db $0
	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:: ; 8ac7d (22:6c7d)
	text "You owe me ¥@"
	TX_BCD wDayCareTotalCost, $c2
	db $0
	line "for the return"
	cont "of this #MON."
	done

_DayCareGotMonBackText:: ; 8acae (22:6cae)
	text $52, " got"
	line "@"
	TX_RAM W_DAYCAREMONNAME
	text " back!"
	done

_DayCareMonNeedsMoreTimeText:: ; 8acc1 (22:6cc1)
	text "Back already?"
	line "Your @"
	TX_RAM wcd6d
	db $0
	cont "needs some more"
	cont "time with me."
	prompt