-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathGameCorner.asm
190 lines (152 loc) · 3.4 KB
/
GameCorner.asm
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
_GameCornerBeauty1Text::
text "Welcome!"
para "You can exchange"
line "your coins for"
cont "fabulous prizes"
cont "next door."
done
_GameCornerClerk1DoYouNeedSomeGameCoinsText::
text "Welcome to ROCKET"
line "GAME CORNER!"
para "Do you need some"
line "game coins?"
para "It's ¥1000 for 50"
line "coins. Would you"
cont "like some?"
done
_GameCornerClerk1ThanksHereAre50CoinsText::
text "Thanks! Here are"
line "your 50 coins!"
done
_GameCornerClerk1PleaseComePlaySometimeText::
text "No? Please come"
line "play sometime!"
done
_GameCornerClerk1CantAffordTheCoinsText::
text "You can't afford"
line "the coins!"
done
_GameCornerClerk1CoinCaseIsFullText::
text "Oops! Your COIN"
line "CASE is full."
done
_GameCornerClerk1DontHaveCoinCaseText::
text "You don't have a"
line "COIN CASE!"
done
_GameCornerMiddleAgedMan1Text::
text "Keep this quiet."
para "It's rumored that"
line "this place is run"
cont "by TEAM ROCKET."
done
_GameCornerBeauty2Text::
text "I think these"
line "machines have"
cont "different odds."
done
_GameCornerFishingGuruWantToPlayText::
text "Kid, do you want"
line "to play?"
prompt
_GameCornerFishingGuruReceived10CoinsText::
text "<PLAYER> received"
line "10 coins!@"
text_end
_GameCornerFishingGuruDontNeedMyCoinsText::
text "You don't need my"
line "coins!"
done
_GameCornerFishingGuruWinsComeAndGoText::
text "Wins seem to come"
line "and go."
done
_GameCornerMiddleAgedWomanText::
text "I'm having a"
line "wonderful time!"
done
_GameCornerGymGuideChampInMakingText::
text "Hey!"
para "You have better"
line "things to do,"
cont "champ in making!"
para "CELADON GYM's"
line "LEADER is ERIKA!"
cont "She uses grass-"
cont "type #MON!"
para "She might appear"
line "docile, but don't"
cont "be fooled!"
done
_GameCornerGymGuideTheyOfferRarePokemonText::
text "They offer rare"
line "#MON that can"
cont "be exchanged for"
cont "your coins."
para "But, I just can't"
line "seem to win!"
done
_GameCornerGamblerText::
text "Games are scary!"
line "It's so easy to"
cont "get hooked!"
done
_GameCornerClerk2WantSomeCoinsText::
text "What's up? Want"
line "some coins?"
prompt
_GameCornerClerk2Received20CoinsText::
text "<PLAYER> received"
line "20 coins!@"
text_end
_GameCornerClerk2YouHaveLotsOfCoinsText::
text "You have lots of"
line "coins!"
done
_GameCornerClerk2INeedMoreCoinsText::
text "Darn! I need more"
line "coins for the"
cont "#MON I want!"
done
_GameCornerGentlemanThrowingMeOffText::
text "Hey, what? You're"
line "throwing me off!"
cont "Here are some"
cont "coins, shoo!"
prompt
_GameCornerGentlemanReceived20CoinsText::
text "<PLAYER> received"
line "20 coins!@"
text_end
_GameCornerGentlemanYouGotYourOwnCoinsText::
text "You've got your"
line "own coins!"
done
_GameCornerGentlemanCloselyWatchTheReelsText::
text "The trick is to"
line "watch the reels"
cont "closely!"
done
_GameCornerRocketImGuardingThisPosterText::
text "I'm guarding this"
line "poster!"
cont "Go away, or else!"
done
_GameCornerRocketBattleEndText::
text "Dang!"
prompt
_GameCornerRocketAfterBattleText::
text "Our hideout might"
line "be discovered! I"
cont "better tell BOSS!"
done
_GameCornerPosterSwitchBehindPosterText::
text "Hey!"
para "A switch behind"
line "the poster!?"
cont "Let's push it!@"
text_end
_GameCornerOopsForgotCoinCaseText::
text "Oops! Forgot the"
line "COIN CASE!"
done