diff options
author | pfero <ohpee@loves.dicksinhisan.us> | 2018-06-04 14:35:34 +0200 |
---|---|---|
committer | pfero <ohpee@loves.dicksinhisan.us> | 2018-06-04 14:35:34 +0200 |
commit | 54c8d02cd671ee1325a55d7784f19a255dfc6c9f (patch) | |
tree | 3651251b88030c481dfcc78ccb42346233717a61 /constants/audio_constants.asm | |
parent | 61bf6b9e58ec3fb6c648000f9d549fe6fd7c272b (diff) |
Disassemble PlayDanger
Diffstat (limited to 'constants/audio_constants.asm')
-rw-r--r-- | constants/audio_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/audio_constants.asm b/constants/audio_constants.asm index 0f197f3..e6d56ac 100644 --- a/constants/audio_constants.asm +++ b/constants/audio_constants.asm @@ -94,5 +94,9 @@ VOLUME_SO1_LEVEL EQU %00000111 VOLUME_SO2_LEVEL EQU %01110000 MAX_VOLUME EQU $77 +; wLowHealthAlarm +DANGER_PITCH_F EQU 4 +DANGER_ON_F EQU 7 + ; wMusicFade MUSIC_FADE_IN_F EQU 7 |