-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathPewterGym_2.asm
146 lines (116 loc) · 2.51 KB
/
PewterGym_2.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
_PewterGymBrockPostBattleAdviceText::
text "There are all"
line "kinds of trainers"
cont "in the world!"
para "You appear to be"
line "very gifted as a"
cont "#MON trainer!"
para "Go to the GYM in"
line "CERULEAN and test"
cont "your abilities!"
done
_PewterGymBrockWaitTakeThisText::
text "Wait! Take this"
line "with you!"
done
_PewterGymReceivedTM34Text::
text "<PLAYER> received"
line "TM34!@"
text_end
_TM34ExplanationText::
text_start
para "A TM contains a"
line "technique that"
cont "can be taught to"
cont "#MON!"
para "A TM is good only"
line "once! So when you"
cont "use one to teach"
cont "a new technique,"
cont "pick the #MON"
cont "carefully!"
para "TM34 contains"
line "BIDE!"
para "Your #MON will"
line "absorb damage in"
cont "battle then pay"
cont "it back double!"
done
_PewterGymTM34NoRoomText::
text "You don't have"
line "room for this!"
done
_PewterGymBrockReceivedBoulderBadgeText::
text "I took"
line "you for granted."
para "As proof of your"
line "victory, here's"
cont "the BOULDERBADGE!"
para "<PLAYER> received"
line "the BOULDERBADGE!@"
text_end
_PewterGymBrockBoulderBadgeInfoText::
text_start
para "That's an official"
line "#MON LEAGUE"
cont "BADGE!"
para "Its bearer's"
line "#MON become"
cont "more powerful!"
para "The technique"
line "FLASH can now be"
cont "used any time!"
prompt
_PewterGymCooltrainerMBattleText::
text "Stop right there,"
line "kid!"
para "You're still light"
line "years from facing"
cont "BROCK!"
done
_PewterGymCooltrainerMEndBattleText::
text "Darn!"
para "Light years isn't"
line "time! It measures"
cont "distance!"
prompt
_PewterGymCooltrainerMAfterBattleText::
text "You're pretty hot,"
line "but not as hot"
cont "as BROCK!"
done
_PewterGymGuidePreAdviceText::
text "Hiya! I can tell"
line "you have what it"
cont "takes to become a"
cont "#MON champ!"
para "I'm no trainer,"
line "but I can tell"
cont "you how to win!"
para "Let me take you"
line "to the top!"
done
_PewterGymGuideBeginAdviceText::
text "All right! Let's"
line "get happening!"
prompt
_PewterGymGuideAdviceText::
text "The 1st #MON"
line "out in a match is"
cont "at the top of the"
cont "#MON LIST!"
para "By changing the"
line "order of #MON,"
cont "matches could be"
cont "made easier!"
done
_PewterGymGuideFreeServiceText::
text "It's a free"
line "service! Let's"
cont "get happening!"
prompt
_PewterGymGuidePostBattleText::
text "Just as I thought!"
line "You're #MON"
cont "champ material!"
done