You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user