shithub: pokered

Download patch

ref: 1107dff7c1dea4ff264388ef0f44072fb0d3d1ad
parent: 068992617de2044a4271c1b3b054a6dcb9b216da
author: yenatch <yenatch@gmail.com>
date: Thu Jan 9 09:27:26 EST 2014

fix some duty labels

--- a/audio/duty_1.asm
+++ b/audio/duty_1.asm
@@ -5,9 +5,9 @@
 	dw Music2_Channel3Duty3
 	dw Music2_Channel3Duty4
 	dw Music2_Channel3Duty5 ; used in the Lavender Town theme
-	dw SFX_02_3f_Ch1 ; unused
-	dw SFX_02_3f_Ch1 ; unused
-	dw SFX_02_3f_Ch1 ; unused
+	dw Music2_Channel3Duty5 ; unused
+	dw Music2_Channel3Duty5 ; unused
+	dw Music2_Channel3Duty5 ; unused
 
 ; these are the definitions for the channel 3 instruments
 ; each instrument definition is made up of 32 points (nibbles) that form
--- a/audio/duty_2.asm
+++ b/audio/duty_2.asm
@@ -4,10 +4,10 @@
 	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
@@ -27,4 +27,6 @@
 
 Music8_Channel3Duty4: ; 203b3 (8:43b3)
 	db $01,$23,$45,$67,$8A,$CD,$EE,$F7,$7F,$EE,$DC,$A8,$76,$54,$32,$10
+
+Music8_Channel3Duty5:
 
--- a/audio/duty_3.asm
+++ b/audio/duty_3.asm
@@ -5,9 +5,9 @@
 	dw Music1f_Channel3Duty3
 	dw Music1f_Channel3Duty4
 	dw Music1f_Channel3Duty5 ; used in the Pokemon Tower theme
-	dw SFX_1f_3f_Ch1 ; unused
-	dw SFX_1f_3f_Ch1 ; unused
-	dw SFX_1f_3f_Ch1 ; unused
+	dw Music1f_Channel3Duty5 ; unused
+	dw Music1f_Channel3Duty5 ; unused
+	dw Music1f_Channel3Duty5 ; unused
 
 ; these are the definitions for the channel 3 instruments
 ; each instrument definition is made up of 32 points (nibbles) that form