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
|
SeafoamGym_MapScriptHeader: ; 0x1ab4f4
; trigger count
db 1
; triggers
dw UnknownScript_0x1ab4fa, $0000
; callback count
db 0
; 0x1ab4fa
UnknownScript_0x1ab4fa: ; 0x1ab4fa
end
; 0x1ab4fb
UnknownScript_0x1ab4fb: ; 0x1ab4fb
faceplayer
loadfont
checkbit2 $0029
iftrue UnknownScript_0x1ab52b
2writetext UnknownText_0x1ab548
closetext
loadmovesprites
winlosstext UnknownText_0x1ab646, $0000
loadtrainer BLAINE, 1
startbattle
iftrue UnknownScript_0x1ab516
appear $3
UnknownScript_0x1ab516: ; 0x1ab516
returnafterbattle
setbit1 $04cb
loadfont
2writetext UnknownText_0x1ab683
playsound $009c
waitbutton
setbit2 $0029
2writetext UnknownText_0x1ab69d
closetext
loadmovesprites
end
; 0x1ab52b
UnknownScript_0x1ab52b: ; 0x1ab52b
2writetext UnknownText_0x1ab71c
closetext
loadmovesprites
end
; 0x1ab531
SeafoamGymGuyScript: ; 0x1ab531
faceplayer
loadfont
checkbit1 $00d5
iftrue .TalkedToSeafoamGymGuyScript
2writetext SeafoamGymGuyWinText
closetext
loadmovesprites
setbit1 $00d5
end
.TalkedToSeafoamGymGuyScript
2writetext SeafoamGymGuyWinText2
closetext
loadmovesprites
end
; 0x1ab548
UnknownText_0x1ab548: ; 0x1ab548
db $0, "BLAINE: Waaah!", $51
db "My GYM in CINNABAR", $4f
db "burned down.", $51
db "My fire-breathing", $4f
db "#MON and I are", $51
db "homeless because", $4f
db "of the volcano.", $51
db "Waaah!", $51
db "But I'm back in", $4f
db "business as a GYM", $51
db "LEADER here in", $4f
db "this cave.", $51
db "If you can beat", $4f
db "me, I'll give you", $55
db "a BADGE.", $51
db "Ha! You'd better", $4f
db "have BURN HEAL!", $57
; 0x1ab646
UnknownText_0x1ab646: ; 0x1ab646
db $0, "BLAINE: Awesome.", $4f
db "I've burned out…", $51
db "You've earned", $4f
db "VOLCANOBADGE!", $57
; 0x1ab683
UnknownText_0x1ab683: ; 0x1ab683
db $0, $52, " received", $4f
db "VOLCANOBADGE.", $57
; 0x1ab69d
UnknownText_0x1ab69d: ; 0x1ab69d
db $0, "BLAINE: I did lose", $4f
db "this time, but I'm", $51
db "going to win the", $4f
db "next time.", $51
db "When I rebuild my", $4f
db "CINNABAR GYM,", $51
db "we'll have to have", $4f
db "a rematch.", $57
; 0x1ab71c
UnknownText_0x1ab71c: ; 0x1ab71c
db $0, "BLAINE: My fire", $4f
db "#MON will be", $51
db "even stronger.", $4f
db "Just you watch!", $57
; 0x1ab759
SeafoamGymGuyWinText: ; 0x1ab759
db $0, "Yo!", $51
db "… Huh? It's over", $4f
db "already?", $51
db "Sorry, sorry!", $51
db "CINNABAR GYM was", $4f
db "gone, so I didn't", $51
db "know where to find", $4f
db "you.", $51
db "But, hey, you're", $4f
db "plenty strong even", $51
db "without my advice.", $4f
db "I knew you'd win!", $57
; 0x1ab806
SeafoamGymGuyWinText2: ; 0x1ab806
db $0, "A #MON GYM can", $4f
db "be anywhere as", $51
db "long as the GYM", $4f
db "LEADER is there.", $51
db "There's no need", $4f
db "for a building.", $57
; 0x1ab865
SeafoamGym_MapEventHeader: ; 0x1ab865
; filler
db 0, 0
; warps
db 1
warp_def $5, $5, 1, GROUP_ROUTE_20, MAP_ROUTE_20
; xy triggers
db 0
; signposts
db 0
; people-events
db 2
person_event $d, 6, 9, $6, $0, 255, 255, $b0, 0, UnknownScript_0x1ab4fb, $ffff
person_event $48, 9, 10, $7, $0, 255, 255, $90, 0, SeafoamGymGuyScript, $0777
; 0x1ab88a
|