Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/data/text/text_7.asm
1271 views
1
_ItemUseText001::
2
text "<PLAYER> used@"
3
text_end
4
5
_ItemUseText002::
6
text_ram wStringBuffer
7
text "!"
8
done
9
10
_GotOnBicycleText1::
11
text "<PLAYER> got on the@"
12
text_end
13
14
_GotOnBicycleText2::
15
text_ram wStringBuffer
16
text "!"
17
prompt
18
19
_GotOffBicycleText1::
20
text "<PLAYER> got off@"
21
text_end
22
23
_GotOffBicycleText2::
24
text "the @"
25
text_ram wStringBuffer
26
text "."
27
prompt
28
29
_ThrewAwayItemText::
30
text "Threw away"
31
line "@"
32
text_ram wNameBuffer
33
text "."
34
prompt
35
36
_IsItOKToTossItemText::
37
text "Is it OK to toss"
38
line "@"
39
text_ram wStringBuffer
40
text "?"
41
prompt
42
43
_TooImportantToTossText::
44
text "That's too impor-"
45
line "tant to toss!"
46
prompt
47
48
_AlreadyKnowsText::
49
text_ram wNameBuffer
50
text " knows"
51
line "@"
52
text_ram wStringBuffer
53
text "!"
54
prompt
55
56
_ConnectCableText::
57
text "Okay, connect the"
58
line "cable like so!"
59
prompt
60
61
_TradedForText::
62
text "<PLAYER> traded"
63
line "@"
64
text_ram wInGameTradeGiveMonName
65
text " for"
66
cont "@"
67
text_ram wInGameTradeReceiveMonName
68
text "!@"
69
text_end
70
71
_WannaTrade1Text::
72
text "I'm looking for"
73
line "@"
74
text_ram wInGameTradeGiveMonName
75
text "! Wanna"
76
77
para "trade one for"
78
line "@"
79
text_ram wInGameTradeReceiveMonName
80
text "? "
81
done
82
83
_NoTrade1Text::
84
text "Awww!"
85
line "Oh well..."
86
done
87
88
_WrongMon1Text::
89
text "What? That's not"
90
line "@"
91
text_ram wInGameTradeGiveMonName
92
text "!"
93
94
para "If you get one,"
95
line "come back here!"
96
done
97
98
_Thanks1Text::
99
text "Hey thanks!"
100
done
101
102
_AfterTrade1Text::
103
text "Isn't my old"
104
line "@"
105
text_ram wInGameTradeReceiveMonName
106
text " great?"
107
done
108
109
_WannaTrade2Text::
110
text "Hello there! Do"
111
line "you want to trade"
112
113
para "your @"
114
text_ram wInGameTradeGiveMonName
115
text_start
116
line "for @"
117
text_ram wInGameTradeReceiveMonName
118
text "?"
119
done
120
121
_NoTrade2Text::
122
text "Well, if you"
123
line "don't want to..."
124
done
125
126
_WrongMon2Text::
127
text "Hmmm? This isn't"
128
line "@"
129
text_ram wInGameTradeGiveMonName
130
text "."
131
132
para "Think of me when"
133
line "you get one."
134
done
135
136
_Thanks2Text::
137
text "Thanks!"
138
done
139
140
_AfterTrade2Text::
141
text "The @"
142
text_ram wInGameTradeGiveMonName
143
text " you"
144
line "traded to me"
145
146
para "went and evolved!"
147
done
148
149
_WannaTrade3Text::
150
text "Hi! Do you have"
151
line "@"
152
text_ram wInGameTradeGiveMonName
153
text "?"
154
155
para "Want to trade it"
156
line "for @"
157
text_ram wInGameTradeReceiveMonName
158
text "?"
159
done
160
161
_NoTrade3Text::
162
text "That's too bad."
163
done
164
165
_WrongMon3Text::
166
text "...This is no"
167
line "@"
168
text_ram wInGameTradeGiveMonName
169
text "."
170
171
para "If you get one,"
172
line "trade it with me!"
173
done
174
175
_Thanks3Text::
176
text "Thanks pal!"
177
done
178
179
_AfterTrade3Text::
180
text "How is my old"
181
line "@"
182
text_ram wInGameTradeReceiveMonName
183
text "?"
184
185
para "My @"
186
text_ram wInGameTradeGiveMonName
187
text " is"
188
line "doing great!"
189
done
190
191
_NothingToCutText::
192
text "There isn't"
193
line "anything to CUT!"
194
prompt
195
196
_UsedCutText::
197
text_ram wNameBuffer
198
text " hacked"
199
line "away with CUT!"
200
prompt
201
202