Skip to content

Commit

Permalink
make sure music is unpaused on loading a new map
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortyne committed Apr 7, 2023
1 parent c8e49a6 commit cf2280e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/overworld/clear_variables.asm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ClearVariablesOnEnterMap::
ldh [hJoyPressed], a
ldh [hJoyReleased], a
ldh [hJoyHeld], a
ld [wMuteAudioAndPauseMusic], a
ld [wActionResultOrTookBattleTurn], a
ld [wUnusedD5A3], a
ld hl, wCardKeyDoorY
Expand Down

0 comments on commit cf2280e

Please sign in to comment.