Identified two magic numbers and cleaned up some comments (#783)

Improve the audio engine's comments and replace some magic numbers with constants
This commit is contained in:
aljohnston112
2020-12-07 11:44:16 -06:00
committed by GitHub
parent 5e9d43e39b
commit 7b9d8767d4
3 changed files with 44 additions and 55 deletions

View File

@@ -374,7 +374,7 @@ Pokedex_UpdateDexEntryScreen:
ld a, [wLastVolume]
and a
jr z, .max_volume
ld a, $77
ld a, MAX_VOLUME
ld [wLastVolume], a
.max_volume