mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
fix some duty labels
This commit is contained in:
parent
068992617d
commit
1107dff7c1
|
@ -5,9 +5,9 @@ Music2_Channel3DutyPointers: ; 0x8361
|
||||||
dw Music2_Channel3Duty3
|
dw Music2_Channel3Duty3
|
||||||
dw Music2_Channel3Duty4
|
dw Music2_Channel3Duty4
|
||||||
dw Music2_Channel3Duty5 ; used in the Lavender Town theme
|
dw Music2_Channel3Duty5 ; used in the Lavender Town theme
|
||||||
dw SFX_02_3f_Ch1 ; unused
|
dw Music2_Channel3Duty5 ; unused
|
||||||
dw SFX_02_3f_Ch1 ; unused
|
dw Music2_Channel3Duty5 ; unused
|
||||||
dw SFX_02_3f_Ch1 ; unused
|
dw Music2_Channel3Duty5 ; unused
|
||||||
|
|
||||||
; these are the definitions for the channel 3 instruments
|
; these are the definitions for the channel 3 instruments
|
||||||
; each instrument definition is made up of 32 points (nibbles) that form
|
; each instrument definition is made up of 32 points (nibbles) that form
|
||||||
|
|
|
@ -4,10 +4,10 @@ Music8_Channel3DutyPointers: ; 20361 (8:4361)
|
||||||
dw Music8_Channel3Duty2
|
dw Music8_Channel3Duty2
|
||||||
dw Music8_Channel3Duty3
|
dw Music8_Channel3Duty3
|
||||||
dw Music8_Channel3Duty4
|
dw Music8_Channel3Duty4
|
||||||
dw SFX_08_40_Ch1 ; unused
|
dw Music8_Channel3Duty5 ; unused
|
||||||
dw SFX_08_40_Ch1 ; unused
|
dw Music8_Channel3Duty5 ; unused
|
||||||
dw SFX_08_40_Ch1 ; unused
|
dw Music8_Channel3Duty5 ; unused
|
||||||
dw SFX_08_40_Ch1 ; unused
|
dw Music8_Channel3Duty5 ; unused
|
||||||
|
|
||||||
; these are the definitions for the channel 3 instruments
|
; these are the definitions for the channel 3 instruments
|
||||||
; each instrument definition is made up of 32 points (nibbles) that form
|
; 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)
|
Music8_Channel3Duty4: ; 203b3 (8:43b3)
|
||||||
db $01,$23,$45,$67,$8A,$CD,$EE,$F7,$7F,$EE,$DC,$A8,$76,$54,$32,$10
|
db $01,$23,$45,$67,$8A,$CD,$EE,$F7,$7F,$EE,$DC,$A8,$76,$54,$32,$10
|
||||||
|
|
||||||
|
Music8_Channel3Duty5:
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ Music1f_Channel3DutyPointers: ; 7c361 (1f:4361)
|
||||||
dw Music1f_Channel3Duty3
|
dw Music1f_Channel3Duty3
|
||||||
dw Music1f_Channel3Duty4
|
dw Music1f_Channel3Duty4
|
||||||
dw Music1f_Channel3Duty5 ; used in the Pokemon Tower theme
|
dw Music1f_Channel3Duty5 ; used in the Pokemon Tower theme
|
||||||
dw SFX_1f_3f_Ch1 ; unused
|
dw Music1f_Channel3Duty5 ; unused
|
||||||
dw SFX_1f_3f_Ch1 ; unused
|
dw Music1f_Channel3Duty5 ; unused
|
||||||
dw SFX_1f_3f_Ch1 ; unused
|
dw Music1f_Channel3Duty5 ; unused
|
||||||
|
|
||||||
; these are the definitions for the channel 3 instruments
|
; these are the definitions for the channel 3 instruments
|
||||||
; each instrument definition is made up of 32 points (nibbles) that form
|
; each instrument definition is made up of 32 points (nibbles) that form
|
||||||
|
|
Loading…
Reference in a new issue