From 10b44907439f4576e1a8576e910a3fb79e388165 Mon Sep 17 00:00:00 2001 From: Brianum Date: Tue, 17 Jun 2025 16:10:28 +0200 Subject: [PATCH] Rename SFX Unknown labels to Faint/Toxic (#1189) --- audio/sfx.asm | 16 ++++++++-------- audio/sfx_pointers.asm | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/audio/sfx.asm b/audio/sfx.asm index 83dd5f6d6..4092b4031 100644 --- a/audio/sfx.asm +++ b/audio/sfx.asm @@ -179,10 +179,10 @@ Sfx_BallPoof: channel 5, Sfx_BallPoof_Ch5 channel 8, Sfx_BallPoof_Ch8 -Sfx_Unknown3A: +Sfx_Faint: channel_count 2 - channel 5, Sfx_Unknown3A_Ch5 - channel 8, Sfx_Unknown3A_Ch8 + channel 5, Sfx_Faint_Ch5 + channel 8, Sfx_Faint_Ch8 Sfx_Run: channel_count 1 @@ -2472,11 +2472,11 @@ Sfx_BellyDrum_Ch8: noise_note 12, 11, 1, 108 sound_ret -Sfx_Unknown7F: +Sfx_Toxic: channel_count 1 - channel 5, Sfx_Unknown7F_Ch5 + channel 5, Sfx_Toxic_Ch5 -Sfx_Unknown7F_Ch5: +Sfx_Toxic_Ch5: duty_cycle 2 pitch_sweep 9, 5 square_note 2, 12, -1, 947 @@ -4229,12 +4229,12 @@ Sfx_BallPoof_Ch8: noise_note 15, 10, 2, 34 sound_ret -Sfx_Unknown3A_Ch5: +Sfx_Faint_Ch5: square_note 15, 13, 1, 512 pitch_sweep 0, 8 sound_ret -Sfx_Unknown3A_Ch8: +Sfx_Faint_Ch8: noise_note 4, 15, 5, 51 noise_note 8, 15, 4, 34 noise_note 15, 15, 2, 33 diff --git a/audio/sfx_pointers.asm b/audio/sfx_pointers.asm index 5241c5d6b..d9c3d7140 100644 --- a/audio/sfx_pointers.asm +++ b/audio/sfx_pointers.asm @@ -43,7 +43,7 @@ SFX: dba Sfx_ElevatorEnd dba Sfx_ThrowBall dba Sfx_BallPoof - dba Sfx_Unknown3A + dba Sfx_Faint dba Sfx_Run dba Sfx_SlotMachineStart dba Sfx_Fanfare @@ -128,7 +128,7 @@ SFX: dba Sfx_SweetKiss dba Sfx_SweetKiss2 dba Sfx_BellyDrum - dba Sfx_Unknown7F + dba Sfx_Toxic dba Sfx_SludgeBomb dba Sfx_Foresight dba Sfx_Spite