diff options
Diffstat (limited to 'constants/audio_constants.asm')
-rwxr-xr-x | constants/audio_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm index 020fdd176..7aa0895a3 100755 --- a/constants/audio_constants.asm +++ b/constants/audio_constants.asm @@ -73,7 +73,7 @@ VOLUME_SO1_LEVEL EQU %00000111 VOLUME_SO2_LEVEL EQU %01110000 MAX_VOLUME EQU $77 -; SoundInput +; wSoundInput SOUND_INPUT_CH1_F EQU 0 SOUND_INPUT_CH2_F EQU 1 SOUND_INPUT_CH3_F EQU 2 @@ -84,5 +84,5 @@ SOUND_INPUT_GLOBAL_F EQU 7 DANGER_PITCH_F EQU 4 DANGER_ON_F EQU 7 -; MusicFade +; wMusicFade MUSIC_FADE_IN_F EQU 7 |