diff options
author | libjet <libj3t@gmail.com> | 2020-03-16 00:44:13 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-03-16 00:44:13 +0000 |
commit | 6231351906960364a5ad2f34efefd809cceb0eb8 (patch) | |
tree | 709f2f908d9e1c2f7a882d628ff09b80de3c9e8b /audio/engine.asm | |
parent | 4ad17cc30e6b70be19badd175558c438fc9adaf6 (diff) |
Sync home/ with pokecrystal
Diffstat (limited to 'audio/engine.asm')
-rw-r--r-- | audio/engine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/engine.asm b/audio/engine.asm index 6b0fe1a6..d749bdb4 100644 --- a/audio/engine.asm +++ b/audio/engine.asm @@ -2797,7 +2797,7 @@ ChannelPointers: ClearChannels:: ; runs ClearChannel for all 4 channels -; doesn't seem to be used, but functionally identical to MapSetup_Sound_Off +; doesn't seem to be used, but functionally identical to InitSound ld hl, rNR50 xor a ld [hli], a |