More constants

This commit is contained in:
Remy Oukaour
2017-12-09 13:28:23 -05:00
parent 55d19b6dca
commit 0b7d8d44ad
7 changed files with 128 additions and 112 deletions

View File

@@ -295,7 +295,7 @@ IsSFXPlaying:: ; 3c74
; 3c97
MaxVolume:: ; 3c97
ld a, $77 ; max
ld a, MAX_VOLUME
ld [Volume], a
ret
; 3c9d