From 84c7985e67b0838fce04e49a0916aa5a873131b3 Mon Sep 17 00:00:00 2001 From: dannye Date: Wed, 27 Jul 2016 19:30:57 -0500 Subject: Fix sound effect channel numbering mostly so that sound effects that only use the noise channel are labelled 'Ch7' instead of 'Ch1' --- audio/sfx/cry0c_2.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/sfx/cry0c_2.asm') diff --git a/audio/sfx/cry0c_2.asm b/audio/sfx/cry0c_2.asm index 8fb925da..11e0d06a 100644 --- a/audio/sfx/cry0c_2.asm +++ b/audio/sfx/cry0c_2.asm @@ -1,4 +1,4 @@ -SFX_Cry0C_2_Ch1: +SFX_Cry0C_2_Ch4: dutycycle 204 unknownsfx0x20 8, 245, 0, 6 unknownsfx0x20 2, 210, 56, 6 @@ -12,7 +12,7 @@ SFX_Cry0C_2_Ch1: endchannel -SFX_Cry0C_2_Ch2: +SFX_Cry0C_2_Ch5: dutycycle 68 unknownsfx0x20 12, 195, 192, 5 unknownsfx0x20 3, 177, 249, 5 @@ -25,5 +25,5 @@ SFX_Cry0C_2_Ch2: unknownsfx0x20 8, 145, 225, 5 -SFX_Cry0C_2_Ch3: +SFX_Cry0C_2_Ch7: endchannel -- cgit v1.3.1-sl0p