mirror of https://github.com/pret/pokecrystal.git
Correct ClearChannels comment (#908)
The comment states that ClearChannels doesn't seem to to be used. This is not the case, as it is used by ExchangeMysteryGiftData and ExchangeNameCardData.
This commit is contained in:
parent
d226ccab0a
commit
fbcc8d1b0e
|
@ -2800,7 +2800,6 @@ ChannelPointers:
|
||||||
|
|
||||||
ClearChannels::
|
ClearChannels::
|
||||||
; runs ClearChannel for all 4 channels
|
; runs ClearChannel for all 4 channels
|
||||||
; doesn't seem to be used, but functionally identical to InitSound
|
|
||||||
ld hl, rNR50
|
ld hl, rNR50
|
||||||
xor a
|
xor a
|
||||||
ld [hli], a
|
ld [hli], a
|
||||||
|
|
Loading…
Reference in New Issue