diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-09 14:27:26 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-09 14:42:47 -0500 |
| commit | 1107dff7c1dea4ff264388ef0f44072fb0d3d1ad (patch) | |
| tree | 50aa85cdbe676b084b574e162d0f348ea8d4def4 /audio/duty_1.asm | |
| parent | split instrument duty into audio/ (diff) | |
| download | pokeyellow-1107dff7c1dea4ff264388ef0f44072fb0d3d1ad.tar.gz pokeyellow-1107dff7c1dea4ff264388ef0f44072fb0d3d1ad.tar.xz pokeyellow-1107dff7c1dea4ff264388ef0f44072fb0d3d1ad.zip | |
fix some duty labels
Diffstat (limited to 'audio/duty_1.asm')
| -rw-r--r-- | audio/duty_1.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/duty_1.asm b/audio/duty_1.asm index 0e43feff..2c650ac1 100644 --- a/audio/duty_1.asm +++ b/audio/duty_1.asm @@ -5,9 +5,9 @@ Music2_Channel3DutyPointers: ; 0x8361 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 |
