diff options
author | aljohnston112 <aljohnston112@gmail.com> | 2020-12-07 11:44:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 12:44:16 -0500 |
commit | 7b9d8767d4a00fb8ffb125d306ccfc212873ea2d (patch) | |
tree | dc027ab4ce80c83d4f3ed34b5b56c08aecb1abc0 /home/audio.asm | |
parent | 5e9d43e39b9408c687ae8f35d54b2de9842588ee (diff) |
Identified two magic numbers and cleaned up some comments (#783)
Improve the audio engine's comments and replace some magic numbers with constants
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm index 7c7b84371..405f1ec3f 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -49,7 +49,7 @@ UpdateSound:: ret _LoadMusicByte:: -; wCurMusicByte = [a:de] +; [wCurMusicByte] = [a:de] ldh [hROMBank], a ld [MBC3RomBank], a |