summaryrefslogtreecommitdiff
path: root/maps/BurnedTower1F.asm
blob: 7bb2a3ed8f310ee793f379fbc8fa776b6a061492 (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
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
BurnedTower1F_MapScriptHeader:
.MapTriggers:
	db 3

	; triggers
	dw UnknownScript_0x185bf2, $0000
	dw UnknownScript_0x185bf6, $0000
	dw UnknownScript_0x185bf7, $0000

.MapCallbacks:
	db 1

	; callbacks

	dbw 1, UnknownScript_0x185bf8

UnknownScript_0x185bf2:
	priorityjump UnknownScript_0x185c0d
	end

UnknownScript_0x185bf6:
	end

UnknownScript_0x185bf7:
	end

UnknownScript_0x185bf8:
	checkevent EVENT_HOLE_IN_BURNED_TOWER
	iftrue .Next
	changeblock $a, $8, $32 ; hole
.Next
	checkevent EVENT_RELEASED_THE_BEASTS
	iftrue .Done
	changeblock $6, $e, $9 ; ladder
.Done
	return

UnknownScript_0x185c0d:
	spriteface $3, DOWN
	showemote EMOTE_SHOCK, $3, 15
	applymovement $3, MovementData_0x185cd3
	loadfont
	writetext UnknownText_0x185ecc
	closetext
	loadmovesprites
	moveperson $3, $9, $e
	dotrigger $1
	end

UnknownScript_0x185c25:
	showemote EMOTE_SHOCK, $4, 15
	special Functionc48f
	pause 15
	spriteface $4, RIGHT
	pause 15
	applymovement PLAYER, MovementData_0x185ccd
	applymovement $4, MovementData_0x185ccf
	playmusic MUSIC_RIVAL_ENCOUNTER
	loadfont
	writetext UnknownText_0x185cd9
	closetext
	loadmovesprites
	checkevent EVENT_GOT_TOTODILE_FROM_ELM
	iftrue UnknownScript_0x185c60
	checkevent EVENT_GOT_CHIKORITA_FROM_ELM
	iftrue UnknownScript_0x185c70
	winlosstext UnknownText_0x185d9b, UnknownText_0x185e2c
	setlasttalked $4
	loadtrainer RIVAL1, RIVAL1_9
	startbattle
	reloadmapmusic
	returnafterbattle
	jump UnknownScript_0x185c80

UnknownScript_0x185c60:
	winlosstext UnknownText_0x185d9b, UnknownText_0x185e2c
	setlasttalked $4
	loadtrainer RIVAL1, RIVAL1_7
	startbattle
	reloadmapmusic
	returnafterbattle
	jump UnknownScript_0x185c80

UnknownScript_0x185c70:
	winlosstext UnknownText_0x185d9b, UnknownText_0x185e2c
	setlasttalked $4
	loadtrainer RIVAL1, RIVAL1_8
	startbattle
	reloadmapmusic
	returnafterbattle
	jump UnknownScript_0x185c80

UnknownScript_0x185c80:
	playmusic MUSIC_RIVAL_AFTER
	loadfont
	writetext UnknownText_0x185de2
	closetext
	loadmovesprites
	dotrigger $2
	setevent EVENT_RIVAL_BURNED_TOWER
	special Functionc48f
	pause 15
	earthquake 50
	showemote EMOTE_SHOCK, PLAYER, 15
	playsound SFX_ENTER_DOOR
	waitbutton
	changeblock $a, $8, $25
	reloadmappart
	pause 15
	applymovement PLAYER, MovementData_0x185cd1
	playsound SFX_KINESIS
	showemote EMOTE_SHOCK, $4, 20
	loadfont
	writetext UnknownText_0x185e75
	closetext
	loadmovesprites
	setevent EVENT_HOLE_IN_BURNED_TOWER
	pause 15
	warpcheck
	end

SuperNerdScript_0x185cbc:
	jumptextfaceplayer UnknownText_0x185f99

MortyScript_0x185cbf:
	jumptextfaceplayer UnknownText_0x186002

BurnedTower1FRock:
	jumpstd smashrock

MapBurnedTower1FSignpostItem0:
	dwb EVENT_BURNED_TOWER_1F_HIDDEN_ETHER, ETHER
	

MapBurnedTower1FSignpostItem1:
	dwb EVENT_BURNED_TOWER_1F_HIDDEN_ULTRA_BALL, ULTRA_BALL
	

ItemFragment_0x185ccb:
	db HP_UP, 1

MovementData_0x185ccd:
	step_left
	step_end

MovementData_0x185ccf:
	step_right
	step_end

MovementData_0x185cd1:
	db $59 ; movement
	step_end

MovementData_0x185cd3:
	step_down
	step_left
	step_left
	step_left
	step_down
	step_end

UnknownText_0x185cd9:
	text $56, " ", $56, " ", $56

	para "…Oh, it's you."

	para "I came looking for"
	line "some legendary"

	para "#MON that they"
	line "say roosts here."

	para "But there's"
	line "nothing here!"

	para "Nothing after all"
	line "the trouble of"

	para "coming to this"
	line "dump? No way!"

	para "It's all your"
	line "fault!"
	done

UnknownText_0x185d9b:
	text "…Humph!"

	para "This is why I hate"
	line "battling wimps."

	para "There's no"
	line "challenge in it."
	done

UnknownText_0x185de2:
	text "…Aw, whatever."

	para "You would never be"
	line "able to catch a"

	para "legendary #MON"
	line "anyway."
	done

UnknownText_0x185e2c:
	text "…Humph!"

	para "This is why I hate"
	line "battling wimps."

	para "It's just a waste"
	line "of my time."
	done

UnknownText_0x185e75:
	text "Humph!"

	para "What are you doing"
	line "falling into a"

	para "hole? Some genius"
	line "you are!"

	para "Serves you right!"
	done

UnknownText_0x185ecc:
	text "EUSINE: My name's"
	line "EUSINE."

	para "I'm on the trail"
	line "of a #MON named"
	cont "SUICUNE."

	para "And you are…?"

	para "<PLAYER>? Glad to"
	line "meet you!"

	para "I heard rumors"
	line "that SUICUNE is in"

	para "this BURNED TOWER,"
	line "so I came to look."

	para "But where exactly"
	line "could it be?"
	done

UnknownText_0x185f99:
	text "EUSINE: I heard"
	line "that SUICUNE is in"

	para "this BURNED TOWER,"
	line "so I came to look."

	para "But where exactly"
	line "could it be?"
	done

UnknownText_0x186002:
	text "MORTY: ECRUTEAK's"
	line "GYM LEADER has to"

	para "study what are"
	line "said to be the"

	para "legendary #MON"
	line "--SUICUNE, ENTEI"
	cont "and RAIKOU."

	para "EUSINE is here, so"
	line "I've decided to"

	para "investigate the"
	line "TOWER with him."
	done

BurnedTower1F_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 14
	warp_def $f, $9, 13, ECRUTEAK_CITY
	warp_def $f, $a, 13, ECRUTEAK_CITY
	warp_def $9, $a, 1, BURNED_TOWER_B1F
	warp_def $5, $5, 1, BURNED_TOWER_B1F
	warp_def $6, $5, 1, BURNED_TOWER_B1F
	warp_def $6, $4, 1, BURNED_TOWER_B1F
	warp_def $4, $f, 2, BURNED_TOWER_B1F
	warp_def $5, $f, 2, BURNED_TOWER_B1F
	warp_def $7, $a, 3, BURNED_TOWER_B1F
	warp_def $e, $5, 4, BURNED_TOWER_B1F
	warp_def $e, $4, 4, BURNED_TOWER_B1F
	warp_def $e, $e, 5, BURNED_TOWER_B1F
	warp_def $e, $f, 5, BURNED_TOWER_B1F
	warp_def $f, $7, 6, BURNED_TOWER_B1F

.XYTriggers:
	db 1
	xy_trigger 1, $9, $b, $0, UnknownScript_0x185c25, $0, $0

.Signposts:
	db 2
	signpost 7, 8, SIGNPOST_ITEM, MapBurnedTower1FSignpostItem0
	signpost 11, 13, SIGNPOST_ITEM, MapBurnedTower1FSignpostItem1

.PersonEvents:
	db 5
	person_event SPRITE_ROCK, 4, 15, $18, 0, 0, -1, -1, 0, 0, 0, BurnedTower1FRock, -1
	person_event SPRITE_SUPER_NERD, 12, 12, $3, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, SuperNerdScript_0x185cbc, EVENT_BURNED_TOWER_1F_EUSINE
	person_event SPRITE_SILVER, 9, 8, $8, 0, 0, -1, -1, 0, 2, 3, ObjectEvent, EVENT_RIVAL_BURNED_TOWER
	person_event SPRITE_MORTY, 14, 14, $2, 1, 1, -1, -1, (1 << 3) | PAL_OW_BROWN, 0, 0, MortyScript_0x185cbf, EVENT_BURNED_TOWER_MORTY
	person_event SPRITE_POKE_BALL, 2, 14, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x185ccb, EVENT_BURNED_TOWER_1F_HP_UP