summaryrefslogtreecommitdiff
path: root/audio/headers/sfxheaders3.asm
blob: 8328d6c763ae3cfca63d4817acfb6e7ecd691b01 (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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
SFX_Headers_3::
	dbw -1, -1 ; padding

SFX_Snare1_3:: ; 7c003 (1f:4003)
	dbw CH7, SFX_Snare1_3_Ch1

SFX_Snare2_3:: ; 7c006 (1f:4006)
	dbw CH7, SFX_Snare2_3_Ch1

SFX_Snare3_3:: ; 7c009 (1f:4009)
	dbw CH7, SFX_Snare3_3_Ch1

SFX_Snare4_3:: ; 7c00c (1f:400c)
	dbw CH7, SFX_Snare4_3_Ch1

SFX_Snare5_3:: ; 7c00f (1f:400f)
	dbw CH7, SFX_Snare5_3_Ch1

SFX_Triangle1_3:: ; 7c012 (1f:4012)
	dbw CH7, SFX_Triangle1_3_Ch1

SFX_Triangle2_3:: ; 7c015 (1f:4015)
	dbw CH7, SFX_Triangle2_3_Ch1

SFX_Snare6_3:: ; 7c018 (1f:4018)
	dbw CH7, SFX_Snare6_3_Ch1

SFX_Snare7_3:: ; 7c01b (1f:401b)
	dbw CH7, SFX_Snare7_3_Ch1

SFX_Snare8_3:: ; 7c01e (1f:401e)
	dbw CH7, SFX_Snare8_3_Ch1

SFX_Snare9_3:: ; 7c021 (1f:4021)
	dbw CH7, SFX_Snare9_3_Ch1

SFX_Cymbal1_3:: ; 7c024 (1f:4024)
	dbw CH7, SFX_Cymbal1_3_Ch1

SFX_Cymbal2_3:: ; 7c027 (1f:4027)
	dbw CH7, SFX_Cymbal2_3_Ch1

SFX_Cymbal3_3:: ; 7c02a (1f:402a)
	dbw CH7, SFX_Cymbal3_3_Ch1

SFX_Muted_Snare1_3:: ; 7c02d (1f:402d)
	dbw CH7, SFX_Muted_Snare1_3_Ch1

SFX_Triangle3_3:: ; 7c030 (1f:4030)
	dbw CH7, SFX_Triangle3_3_Ch1

SFX_Muted_Snare2_3:: ; 7c033 (1f:4033)
	dbw CH7, SFX_Muted_Snare2_3_Ch1

SFX_Muted_Snare3_3:: ; 7c036 (1f:4036)
	dbw CH7, SFX_Muted_Snare3_3_Ch1

SFX_Muted_Snare4_3:: ; 7c039 (1f:4039)
	dbw CH7, SFX_Muted_Snare4_3_Ch1

SFX_Cry00_3:: ; 7c03c (1f:403c)
	dbw ( $80 | CH4 ), SFX_Cry00_3_Ch1
	dbw CH5, SFX_Cry00_3_Ch2
	dbw CH7, SFX_Cry00_3_Ch3

SFX_Cry01_3:: ; 7c045 (1f:4045)
	dbw ( $80 | CH4 ), SFX_Cry01_3_Ch1
	dbw CH5, SFX_Cry01_3_Ch2
	dbw CH7, SFX_Cry01_3_Ch3

SFX_Cry02_3:: ; 7c04e (1f:404e)
	dbw ( $80 | CH4 ), SFX_Cry02_3_Ch1
	dbw CH5, SFX_Cry02_3_Ch2
	dbw CH7, SFX_Cry02_3_Ch3

SFX_Cry03_3:: ; 7c057 (1f:4057)
	dbw ( $80 | CH4 ), SFX_Cry03_3_Ch1
	dbw CH5, SFX_Cry03_3_Ch2
	dbw CH7, SFX_Cry03_3_Ch3

SFX_Cry04_3:: ; 7c060 (1f:4060)
	dbw ( $80 | CH4 ), SFX_Cry04_3_Ch1
	dbw CH5, SFX_Cry04_3_Ch2
	dbw CH7, SFX_Cry04_3_Ch3

SFX_Cry05_3:: ; 7c069 (1f:4069)
	dbw ( $80 | CH4 ), SFX_Cry05_3_Ch1
	dbw CH5, SFX_Cry05_3_Ch2
	dbw CH7, SFX_Cry05_3_Ch3

SFX_Cry06_3:: ; 7c072 (1f:4072)
	dbw ( $80 | CH4 ), SFX_Cry06_3_Ch1
	dbw CH5, SFX_Cry06_3_Ch2
	dbw CH7, SFX_Cry06_3_Ch3

SFX_Cry07_3:: ; 7c07b (1f:407b)
	dbw ( $80 | CH4 ), SFX_Cry07_3_Ch1
	dbw CH5, SFX_Cry07_3_Ch2
	dbw CH7, SFX_Cry07_3_Ch3

SFX_Cry08_3:: ; 7c084 (1f:4084)
	dbw ( $80 | CH4 ), SFX_Cry08_3_Ch1
	dbw CH5, SFX_Cry08_3_Ch2
	dbw CH7, SFX_Cry08_3_Ch3

SFX_Cry09_3:: ; 7c08d (1f:408d)
	dbw ( $80 | CH4 ), SFX_Cry09_3_Ch1
	dbw CH5, SFX_Cry09_3_Ch2
	dbw CH7, SFX_Cry09_3_Ch3

SFX_Cry0A_3:: ; 7c096 (1f:4096)
	dbw ( $80 | CH4 ), SFX_Cry0A_3_Ch1
	dbw CH5, SFX_Cry0A_3_Ch2
	dbw CH7, SFX_Cry0A_3_Ch3

SFX_Cry0B_3:: ; 7c09f (1f:409f)
	dbw ( $80 | CH4 ), SFX_Cry0B_3_Ch1
	dbw CH5, SFX_Cry0B_3_Ch2
	dbw CH7, SFX_Cry0B_3_Ch3

SFX_Cry0C_3:: ; 7c0a8 (1f:40a8)
	dbw ( $80 | CH4 ), SFX_Cry0C_3_Ch1
	dbw CH5, SFX_Cry0C_3_Ch2
	dbw CH7, SFX_Cry0C_3_Ch3

SFX_Cry0D_3:: ; 7c0b1 (1f:40b1)
	dbw ( $80 | CH4 ), SFX_Cry0D_3_Ch1
	dbw CH5, SFX_Cry0D_3_Ch2
	dbw CH7, SFX_Cry0D_3_Ch3

SFX_Cry0E_3:: ; 7c0ba (1f:40ba)
	dbw ( $80 | CH4 ), SFX_Cry0E_3_Ch1
	dbw CH5, SFX_Cry0E_3_Ch2
	dbw CH7, SFX_Cry0E_3_Ch3

SFX_Cry0F_3:: ; 7c0c3 (1f:40c3)
	dbw ( $80 | CH4 ), SFX_Cry0F_3_Ch1
	dbw CH5, SFX_Cry0F_3_Ch2
	dbw CH7, SFX_Cry0F_3_Ch3

SFX_Cry10_3:: ; 7c0cc (1f:40cc)
	dbw ( $80 | CH4 ), SFX_Cry10_3_Ch1
	dbw CH5, SFX_Cry10_3_Ch2
	dbw CH7, SFX_Cry10_3_Ch3

SFX_Cry11_3:: ; 7c0d5 (1f:40d5)
	dbw ( $80 | CH4 ), SFX_Cry11_3_Ch1
	dbw CH5, SFX_Cry11_3_Ch2
	dbw CH7, SFX_Cry11_3_Ch3

SFX_Cry12_3:: ; 7c0de (1f:40de)
	dbw ( $80 | CH4 ), SFX_Cry12_3_Ch1
	dbw CH5, SFX_Cry12_3_Ch2
	dbw CH7, SFX_Cry12_3_Ch3

SFX_Cry13_3:: ; 7c0e7 (1f:40e7)
	dbw ( $80 | CH4 ), SFX_Cry13_3_Ch1
	dbw CH5, SFX_Cry13_3_Ch2
	dbw CH7, SFX_Cry13_3_Ch3

SFX_Cry14_3:: ; 7c0f0 (1f:40f0)
	dbw ( $80 | CH4 ), SFX_Cry14_3_Ch1
	dbw CH5, SFX_Cry14_3_Ch2
	dbw CH7, SFX_Cry14_3_Ch3

SFX_Cry15_3:: ; 7c0f9 (1f:40f9)
	dbw ( $80 | CH4 ), SFX_Cry15_3_Ch1
	dbw CH5, SFX_Cry15_3_Ch2
	dbw CH7, SFX_Cry15_3_Ch3

SFX_Cry16_3:: ; 7c102 (1f:4102)
	dbw ( $80 | CH4 ), SFX_Cry16_3_Ch1
	dbw CH5, SFX_Cry16_3_Ch2
	dbw CH7, SFX_Cry16_3_Ch3

SFX_Cry17_3:: ; 7c10b (1f:410b)
	dbw ( $80 | CH4 ), SFX_Cry17_3_Ch1
	dbw CH5, SFX_Cry17_3_Ch2
	dbw CH7, SFX_Cry17_3_Ch3

SFX_Cry18_3:: ; 7c114 (1f:4114)
	dbw ( $80 | CH4 ), SFX_Cry18_3_Ch1
	dbw CH5, SFX_Cry18_3_Ch2
	dbw CH7, SFX_Cry18_3_Ch3

SFX_Cry19_3:: ; 7c11d (1f:411d)
	dbw ( $80 | CH4 ), SFX_Cry19_3_Ch1
	dbw CH5, SFX_Cry19_3_Ch2
	dbw CH7, SFX_Cry19_3_Ch3

SFX_Cry1A_3:: ; 7c126 (1f:4126)
	dbw ( $80 | CH4 ), SFX_Cry1A_3_Ch1
	dbw CH5, SFX_Cry1A_3_Ch2
	dbw CH7, SFX_Cry1A_3_Ch3

SFX_Cry1B_3:: ; 7c12f (1f:412f)
	dbw ( $80 | CH4 ), SFX_Cry1B_3_Ch1
	dbw CH5, SFX_Cry1B_3_Ch2
	dbw CH7, SFX_Cry1B_3_Ch3

SFX_Cry1C_3:: ; 7c138 (1f:4138)
	dbw ( $80 | CH4 ), SFX_Cry1C_3_Ch1
	dbw CH5, SFX_Cry1C_3_Ch2
	dbw CH7, SFX_Cry1C_3_Ch3

SFX_Cry1D_3:: ; 7c141 (1f:4141)
	dbw ( $80 | CH4 ), SFX_Cry1D_3_Ch1
	dbw CH5, SFX_Cry1D_3_Ch2
	dbw CH7, SFX_Cry1D_3_Ch3

SFX_Cry1E_3:: ; 7c14a (1f:414a)
	dbw ( $80 | CH4 ), SFX_Cry1E_3_Ch1
	dbw CH5, SFX_Cry1E_3_Ch2
	dbw CH7, SFX_Cry1E_3_Ch3

SFX_Cry1F_3:: ; 7c153 (1f:4153)
	dbw ( $80 | CH4 ), SFX_Cry1F_3_Ch1
	dbw CH5, SFX_Cry1F_3_Ch2
	dbw CH7, SFX_Cry1F_3_Ch3

SFX_Cry20_3:: ; 7c15c (1f:415c)
	dbw ( $80 | CH4 ), SFX_Cry20_3_Ch1
	dbw CH5, SFX_Cry20_3_Ch2
	dbw CH7, SFX_Cry20_3_Ch3

SFX_Cry21_3:: ; 7c165 (1f:4165)
	dbw ( $80 | CH4 ), SFX_Cry21_3_Ch1
	dbw CH5, SFX_Cry21_3_Ch2
	dbw CH7, SFX_Cry21_3_Ch3

SFX_Cry22_3:: ; 7c16e (1f:416e)
	dbw ( $80 | CH4 ), SFX_Cry22_3_Ch1
	dbw CH5, SFX_Cry22_3_Ch2
	dbw CH7, SFX_Cry22_3_Ch3

SFX_Cry23_3:: ; 7c177 (1f:4177)
	dbw ( $80 | CH4 ), SFX_Cry23_3_Ch1
	dbw CH5, SFX_Cry23_3_Ch2
	dbw CH7, SFX_Cry23_3_Ch3

SFX_Cry24_3:: ; 7c180 (1f:4180)
	dbw ( $80 | CH4 ), SFX_Cry24_3_Ch1
	dbw CH5, SFX_Cry24_3_Ch2
	dbw CH7, SFX_Cry24_3_Ch3

SFX_Cry25_3:: ; 7c189 (1f:4189)
	dbw ( $80 | CH4 ), SFX_Cry25_3_Ch1
	dbw CH5, SFX_Cry25_3_Ch2
	dbw CH7, SFX_Cry25_3_Ch3

SFX_Get_Item1_3:: ; 7c192 (1f:4192)
	dbw ( $80 | CH4 ), SFX_Get_Item1_3_Ch1
	dbw CH5, SFX_Get_Item1_3_Ch2
	dbw CH6, SFX_Get_Item1_3_Ch3

SFX_Get_Item2_3:: ; 7c19b (1f:419b)
	dbw ( $80 | CH4 ), SFX_Get_Item2_3_Ch1
	dbw CH5, SFX_Get_Item2_3_Ch2
	dbw CH6, SFX_Get_Item2_3_Ch3

SFX_Tink_3:: ; 7c1a4 (1f:41a4)
	dbw CH4, SFX_Tink_3_Ch1

SFX_Heal_HP_3:: ; 7c1a7 (1f:41a7)
	dbw CH4, SFX_Heal_HP_3_Ch1

SFX_Heal_Ailment_3:: ; 7c1aa (1f:41aa)
	dbw CH4, SFX_Heal_Ailment_3_Ch1

SFX_Start_Menu_3:: ; 7c1ad (1f:41ad)
	dbw CH7, SFX_Start_Menu_3_Ch1

SFX_Press_AB_3:: ; 7c1b0 (1f:41b0)
	dbw CH4, SFX_Press_AB_3_Ch1

SFX_Pokedex_Rating_3:: ; 7c1b3 (1f:41b3)
	dbw ( $80 | CH4 ), SFX_Pokedex_Rating_3_Ch1
	dbw CH5, SFX_Pokedex_Rating_3_Ch2
	dbw CH6, SFX_Pokedex_Rating_3_Ch3

SFX_Get_Key_Item_3:: ; 7c1bc (1f:41bc)
	dbw ( $80 | CH4 ), SFX_Get_Key_Item_3_Ch1
	dbw CH5, SFX_Get_Key_Item_3_Ch2
	dbw CH6, SFX_Get_Key_Item_3_Ch3

SFX_Poisoned_3:: ; 7c1c5 (1f:41c5)
	dbw CH4, SFX_Poisoned_3_Ch1

SFX_Trade_Machine_3:: ; 7c1c8 (1f:41c8)
	dbw CH4, SFX_Trade_Machine_3_Ch1

SFX_Turn_On_PC_3:: ; 7c1cb (1f:41cb)
	dbw CH4, SFX_Turn_On_PC_3_Ch1

SFX_Turn_Off_PC_3:: ; 7c1ce (1f:41ce)
	dbw CH4, SFX_Turn_Off_PC_3_Ch1

SFX_Enter_PC_3:: ; 7c1d1 (1f:41d1)
	dbw CH4, SFX_Enter_PC_3_Ch1

SFX_Shrink_3:: ; 7c1d4 (1f:41d4)
	dbw CH4, SFX_Shrink_3_Ch1

SFX_Switch_3:: ; 7c1d7 (1f:41d7)
	dbw CH4, SFX_Switch_3_Ch1

SFX_Healing_Machine_3:: ; 7c1da (1f:41da)
	dbw CH4, SFX_Healing_Machine_3_Ch1

SFX_Teleport_Exit1_3:: ; 7c1dd (1f:41dd)
	dbw CH4, SFX_Teleport_Exit1_3_Ch1

SFX_Teleport_Enter1_3:: ; 7c1e0 (1f:41e0)
	dbw CH4, SFX_Teleport_Enter1_3_Ch1

SFX_Teleport_Exit2_3:: ; 7c1e3 (1f:41e3)
	dbw CH4, SFX_Teleport_Exit2_3_Ch1

SFX_Ledge_3:: ; 7c1e6 (1f:41e6)
	dbw CH4, SFX_Ledge_3_Ch1

SFX_Teleport_Enter2_3:: ; 7c1e9 (1f:41e9)
	dbw CH7, SFX_Teleport_Enter2_3_Ch1

SFX_Fly_3:: ; 7c1ec (1f:41ec)
	dbw CH7, SFX_Fly_3_Ch1

SFX_Denied_3:: ; 7c1ef (1f:41ef)
	dbw ( $40 | CH4 ), SFX_Denied_3_Ch1
	dbw CH5, SFX_Denied_3_Ch2

SFX_Arrow_Tiles_3:: ; 7c1f5 (1f:41f5)
	dbw CH4, SFX_Arrow_Tiles_3_Ch1

SFX_Push_Boulder_3:: ; 7c1f8 (1f:41f8)
	dbw CH7, SFX_Push_Boulder_3_Ch1

SFX_SS_Anne_Horn_3:: ; 7c1fb (1f:41fb)
	dbw ( $40 | CH4 ), SFX_SS_Anne_Horn_3_Ch1
	dbw CH5, SFX_SS_Anne_Horn_3_Ch2

SFX_Withdraw_Deposit_3:: ; 7c201 (1f:4201)
	dbw CH4, SFX_Withdraw_Deposit_3_Ch1

SFX_Cut_3:: ; 7c204 (1f:4204)
	dbw CH7, SFX_Cut_3_Ch1

SFX_Go_Inside_3:: ; 7c207 (1f:4207)
	dbw CH7, SFX_Go_Inside_3_Ch1

SFX_Swap_3:: ; 7c20a (1f:420a)
	dbw ( $40 | CH4 ), SFX_Swap_3_Ch1
	dbw CH5, SFX_Swap_3_Ch2

SFX_59_3:: ; 7c210 (1f:4210)
	dbw ( $40 | CH4 ), SFX_59_3_Ch1
	dbw CH5, SFX_59_3_Ch2

SFX_Purchase_3:: ; 7c216 (1f:4216)
	dbw ( $40 | CH4 ), SFX_Purchase_3_Ch1
	dbw CH5, SFX_Purchase_3_Ch2

SFX_Collision_3:: ; 7c21c (1f:421c)
	dbw CH4, SFX_Collision_3_Ch1

SFX_Go_Outside_3:: ; 7c21f (1f:421f)
	dbw CH7, SFX_Go_Outside_3_Ch1

SFX_Save_3:: ; 7c222 (1f:4222)
	dbw ( $40 | CH4 ), SFX_Save_3_Ch1
	dbw CH5, SFX_Save_3_Ch2

SFX_Intro_Lunge:: ; 7c228 (1f:4228)
	dbw CH7, SFX_Intro_Lunge_Ch1

SFX_Intro_Hip:: ; 7c22b (1f:422b)
	dbw CH4, SFX_Intro_Hip_Ch1

SFX_Intro_Hop:: ; 7c22e (1f:422e)
	dbw CH4, SFX_Intro_Hop_Ch1

SFX_Intro_Raise:: ; 7c231 (1f:4231)
	dbw CH7, SFX_Intro_Raise_Ch1

SFX_Intro_Crash:: ; 7c234 (1f:4234)
	dbw CH7, SFX_Intro_Crash_Ch1

SFX_Intro_Whoosh:: ; 7c237 (1f:4237)
	dbw CH7, SFX_Intro_Whoosh_Ch1

SFX_Slots_Stop_Wheel:: ; 7c23a (1f:423a)
	dbw CH4, SFX_Slots_Stop_Wheel_Ch1

SFX_Slots_Reward:: ; 7c23d (1f:423d)
	dbw CH4, SFX_Slots_Reward_Ch1

SFX_Slots_New_Spin:: ; 7c240 (1f:4240)
	dbw ( $40 | CH4 ), SFX_Slots_New_Spin_Ch1
	dbw CH5, SFX_Slots_New_Spin_Ch2

SFX_Shooting_Star:: ; 7c246 (1f:4246)
	dbw CH4, SFX_Shooting_Star_Ch1