summaryrefslogtreecommitdiff
path: root/data/phone/text/dana_caller.asm
blob: b4bb55b1984b542c238885ce116329c4a016b453 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
DanaTakingPhotosText:
	text "My @"
	text_ram wStringBuffer4
	text " is"
	line "getting prettier!"

	para "I've been taking"
	line "photos galore!"
	done

DanaDefeatedMonText:
	text "It took only an"
	line "instant to KO a"
	cont "wild @"
	text_ram wStringBuffer4
	text "."

	para "It must be because"
	line "you gave me some"

	para "battling tips last"
	line "time."
	done

DanaLostAMonText:
	text "You know what?"
	line "A wild @"
	text_ram wStringBuffer4
	text_start
	para "got away from me"
	line "again."

	para "It was so close!"
	line "Really, just a"

	para "little bit more,"
	line "and I would've…"
	done

DanaBattleRematchText:
	text "Right now, I'm on"
	line "@"
	text_ram wStringBuffer5
	text "."

	para "If you're close"
	line "by, let's battle!"

	para "I'll be waiting"
	line "for you!"
	done

DanaHangUpText:
	text "See you!"
	done

DanaFoundItemText:
	text "You know what?"
	line "I got a good gift!"

	para "As I promised,"
	line "it's yours!"

	para "I'm sure you'd"
	line "like it. Come get"

	para "it! I'm waiting on"
	line "@"
	text_ram wStringBuffer5
	text "!"
	done

DanaCanYouWaitABitLongerText:
	text "Oh! You wanted a"
	line "gift, right?"

	para "I got one, but I"
	line "want to keep this."

	para "Can you wait a bit"
	line "longer?"
	done

DanaReminderText:
	text "Hi! You haven't"
	line "forgotten about"

	para "your promise to"
	line "battle me?"

	para "I'm waiting on"
	line "@"
	text_ram wStringBuffer5
	text "!"
	done

DanaComePickUpText:
	text "Hello?"

	para "If you don't come"
	line "get your present"

	para "soon, I'll give it"
	line "to someone else."

	para "I'm waiting on"
	line "@"
	text_ram wStringBuffer5
	text "!"
	done