From 7b9d8767d4a00fb8ffb125d306ccfc212873ea2d Mon Sep 17 00:00:00 2001 From: aljohnston112 Date: Mon, 7 Dec 2020 11:44:16 -0600 Subject: Identified two magic numbers and cleaned up some comments (#783) Improve the audio engine's comments and replace some magic numbers with constants --- home/audio.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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 -- cgit v1.2.3