summaryrefslogtreecommitdiff
path: root/data/phone/text/gina_caller.asm
blob: 34bbbaedcc7bbaea0086a85f358489aa9876454d (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
GinaGettingInSyncWithMonText:
	text "My @"
	text_ram wStringBuffer4
	text " and"
	line "I are getting more"

	para "in sync with each"
	line "other."
	done

GinaDefeatedMonText:
	text "We battled a wild"
	line "@"
	text_ram wStringBuffer4
	text " and"

	para "managed to drop it"
	line "in a close match."

	para "We're getting into"
	line "the groove!"
	done

GinaLostAMonText:
	text "But, you know?"

	para "I still haven't"
	line "caught @"
	text_ram wStringBuffer4
	text "."

	para "It's getting past"
	line "frustrating…"
	done

GinaBattleRematchText:
	text "Would you be my"
	line "practice partner"
	cont "again sometime?"

	para "I'll be waiting on"
	line "@"
	text_ram wStringBuffer5
	text "."

	para "…Could you take it"
	line "a little easier on"
	cont "me next time?"
	done

GinaHangUpText:
	text "Bye! Let's chat"
	line "again!"
	done

GinaRocketTakeoverRumorText:
	text "Have you heard"
	line "about TEAM ROCKET?"

	para "They've taken over"
	line "the RADIO TOWER in"
	cont "GOLDENROD."

	para "Are the people"
	line "inside safe?"
	done

GinaFoundItemText:
	text "I picked up some-"
	line "thing nice today."

	para "I want you to have"
	line "it, so I called!"

	para "You will come for"
	line "it, won't you?"

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

GinaHaventFoundAnythingYetText:
	text "Sorry, I haven't"
	line "found anything"

	para "useful yet…"
	line "I promise, if I"

	para "find anything, you"
	line "can have it!"
	done

GinaReminderText:
	text "Oh, <PLAY_G>!"
	line "How soon can I"

	para "expect to see you"
	line "for our battle?"

	para "Don't forget,"
	line "@"
	text_ram wStringBuffer5
	text "!"
	done

GinaComePickUpText:
	text "I'm getting really"
	line "impatient, waiting"

	para "to give you my"
	line "present!"

	para "Hurry over to"
	line "@"
	text_ram wStringBuffer5
	text "!"
	done