Skip to content

Commit bdb1661

Browse files
Brianumvulcandth
authored andcommitted
Rename SFX Unknown labels to Faint/Toxic (pret/pokecrystal#1189)
1 parent 4bb3ed7 commit bdb1661

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

audio/sfx.asm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ Sfx_BallPoof:
179179
channel 5, Sfx_BallPoof_Ch5
180180
channel 8, Sfx_BallPoof_Ch8
181181

182-
Sfx_Unknown3A:
182+
Sfx_Faint:
183183
channel_count 2
184-
channel 5, Sfx_Unknown3A_Ch5
185-
channel 8, Sfx_Unknown3A_Ch8
184+
channel 5, Sfx_Faint_Ch5
185+
channel 8, Sfx_Faint_Ch8
186186

187187
Sfx_Run:
188188
channel_count 1
@@ -2472,11 +2472,11 @@ Sfx_BellyDrum_Ch8:
24722472
noise_note 12, 11, 1, 108
24732473
sound_ret
24742474

2475-
Sfx_Unknown7F:
2475+
Sfx_Toxic:
24762476
channel_count 1
2477-
channel 5, Sfx_Unknown7F_Ch5
2477+
channel 5, Sfx_Toxic_Ch5
24782478

2479-
Sfx_Unknown7F_Ch5:
2479+
Sfx_Toxic_Ch5:
24802480
duty_cycle 2
24812481
pitch_sweep 9, 5
24822482
square_note 2, 12, -1, 947
@@ -4225,12 +4225,12 @@ Sfx_BallPoof_Ch8:
42254225
noise_note 15, 10, 2, 34
42264226
sound_ret
42274227

4228-
Sfx_Unknown3A_Ch5:
4228+
Sfx_Faint_Ch5:
42294229
square_note 15, 13, 1, 512
42304230
pitch_sweep 0, 8
42314231
sound_ret
42324232

4233-
Sfx_Unknown3A_Ch8:
4233+
Sfx_Faint_Ch8:
42344234
noise_note 4, 15, 5, 51
42354235
noise_note 8, 15, 4, 34
42364236
noise_note 15, 15, 2, 33

audio/sfx_pointers.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SFX:
4343
dba Sfx_ElevatorEnd
4444
dba Sfx_ThrowBall
4545
dba Sfx_BallPoof
46-
dba Sfx_Unknown3A
46+
dba Sfx_Faint
4747
dba Sfx_Run
4848
dba Sfx_SlotMachineStart
4949
dba Sfx_Fanfare
@@ -128,7 +128,7 @@ SFX:
128128
dba Sfx_SweetKiss
129129
dba Sfx_SweetKiss2
130130
dba Sfx_BellyDrum
131-
dba Sfx_Unknown7F
131+
dba Sfx_Toxic
132132
dba Sfx_SludgeBomb
133133
dba Sfx_Foresight
134134
dba Sfx_Spite

0 commit comments

Comments
 (0)