summaryrefslogtreecommitdiff
path: root/data/phone/text/anthony_caller.asm
blob: 29b311250cc28d778902a2b9f2544eacf811b2a6 (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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
AnthonyMonAteSomeBerriesText:
	text "The other day, I"
	line "was watching my"

	para "@"
	text_ram wStringBuffer4
	text " eat"
	line "some BERRIES."

	para "It looked like it"
	line "was enjoying its"

	para "meal, so I decided"
	line "to try some."

	para "I'm not sure if"
	line "people should eat"

	para "that stuff, but it"
	line "was delicious!"
	done

AnthonyDefeatedMonText:
	text "Lately, I've been"
	line "running across"

	para "wild @"
	text_ram wStringBuffer4
	text_start
	line "quite often."

	para "They're easily"
	line "taken care of."
	done

AnthonyLostAMonText:
	text "Oh yeah, I was"
	line "battling this"

	para "@"
	text_ram wStringBuffer4
	text " the"
	line "other day…"

	para "It took off when I"
	line "got distracted by"
	cont "a passing BEAUTY."

	para "Learn from my"
	line "mistake--always"

	para "stay focused on"
	line "the job at hand!"
	done

AnthonyBattleRematchText:
	text "Come on--let's"
	line "battle right now!"

	para "@"
	text_ram wStringBuffer5
	text " is"
	line "where I am."

	para "Come on down if"
	line "you feel up to it!"
	done

AnthonyHangUpText:
	text "All right then!"
	line "Be good!"
	done

AnthonySwarmText:
	text "<PLAYER>! It's"
	line "mind-blowing!"

	para "I took a hike in"
	line "@"
	text_ram wStringBuffer5
	text_start
	cont "yesterday, see?"

	para "Well, there were"
	line "tons of @"
	text_ram wStringBuffer4
	text_start
	para "around! You have"
	line "to see it!"

	para "I get this feeling"
	line "that @"
	text_ram wStringBuffer4
	text_start
	para "may be timid."
	line "I didn't see any"

	para "where there are"
	line "strong #MON."
	done

AnthonyWasntPayingAttentionText:
	text "Rare #MON?"

	para "Hey, sorry! I was"
	line "too focused on my"

	para "hike, so I wasn't"
	line "paying attention."
	done

AnthonyReminderText:
	text "Hello! You haven't"
	line "forgotten about"

	para "our battle, have"
	line "you?"

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

AnthonyHurryText:
	text "Hello? What? Where"
	line "is DUNSPARCE?"

	para "DARK CAVE! Hurry!"

	para "I know I've said"
	line "it before, but"

	para "DUNSPARCE don't"
	line "appear when there"

	para "are strong #MON"
	line "around."
	done