diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-15 00:31:16 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-15 00:31:16 -0500 |
commit | f3a7706b8ab7ec384698477d4e34deb40344b7ad (patch) | |
tree | 4a7edf984ab97a250ec2bd90e39e724749e799d6 /wram.asm | |
parent | 2ee1ebfe2440250a16ed39386fcbe4ec76c89f61 (diff) |
audio.o
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -150,56 +150,56 @@ wPlayerXCoord: ; d330 wPlayerYCoord: ; d331 ds $a53 -wMusicDC: ; dd84 +wMusicDC:: ; dd84 ds $2 -wMusicDuty: ; dd86 +wMusicDuty:: ; dd86 ds $4 -wMusicWave: ; dd8a +wMusicWave:: ; dd8a ds $1 -wMusicWaveChange: ; dd8b +wMusicWaveChange:: ; dd8b ds $2 -wMusicIsPlaying: ; dd8d +wMusicIsPlaying:: ; dd8d ds $4 -wMusicTie: ; dd91 +wMusicTie:: ; dd91 ds $c -wMusicMainLoop: ; dd9d +wMusicMainLoop:: ; dd9d ds $12 -wMusicOctave: ; ddaf +wMusicOctave:: ; ddaf ds $10 -wMusicE8: ; ddbf +wMusicE8:: ; ddbf ds $8 -wMusicE9: ; ddc7 +wMusicE9:: ; ddc7 ds $4 -wMusicEC: ; ddcb +wMusicEC:: ; ddcb ds $4 -wMusicSpeed: ; ddcf +wMusicSpeed:: ; ddcf ds $4 -wMusicVibratoType: ; ddd3 +wMusicVibratoType:: ; ddd3 ds $4 -wMusicVibratoType2: ; ddd7 +wMusicVibratoType2:: ; ddd7 ds $8 -wMusicVibratoDelay: ; dddf +wMusicVibratoDelay:: ; dddf ds $8 -wMusicVolume: ; dde7 +wMusicVolume:: ; dde7 ds $3 -wMusicE4: ; ddea +wMusicE4:: ; ddea ds $9 -wMusicReturnAddress: ; ddf3 +wMusicReturnAddress:: ; ddf3 ds $8 |