From 1107dff7c1dea4ff264388ef0f44072fb0d3d1ad Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 9 Jan 2014 14:27:26 -0500 Subject: fix some duty labels --- audio/duty_2.asm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'audio/duty_2.asm') diff --git a/audio/duty_2.asm b/audio/duty_2.asm index 72b73bfd..b4561091 100644 --- a/audio/duty_2.asm +++ b/audio/duty_2.asm @@ -4,10 +4,10 @@ Music8_Channel3DutyPointers: ; 20361 (8:4361) dw Music8_Channel3Duty2 dw Music8_Channel3Duty3 dw Music8_Channel3Duty4 - dw SFX_08_40_Ch1 ; unused - dw SFX_08_40_Ch1 ; unused - dw SFX_08_40_Ch1 ; unused - dw SFX_08_40_Ch1 ; unused + dw Music8_Channel3Duty5 ; unused + dw Music8_Channel3Duty5 ; unused + dw Music8_Channel3Duty5 ; unused + dw Music8_Channel3Duty5 ; unused ; these are the definitions for the channel 3 instruments ; each instrument definition is made up of 32 points (nibbles) that form @@ -28,3 +28,5 @@ Music8_Channel3Duty3: ; 203a3 (8:43a3) Music8_Channel3Duty4: ; 203b3 (8:43b3) db $01,$23,$45,$67,$8A,$CD,$EE,$F7,$7F,$EE,$DC,$A8,$76,$54,$32,$10 +Music8_Channel3Duty5: + -- cgit v1.3.1-sl0p