summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 13:52:14 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 13:58:49 -0500
commit16c6696dd5d786eafca0beb855b55c00b25b01f4 (patch)
treee106ad7ab2aa6719393dc26623a524074c659124 /home
parent0b7d8d44ad6b911c4fe2e74b7d5bcbee971d7c90 (diff)
Start organizing WRAM
- Use db and dw when they're more meaningful than ds 1/2 - Use unions to group related labels
Diffstat (limited to 'home')
-rw-r--r--home/audio.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/audio.asm b/home/audio.asm
index fbbce72de..98e1fc40c 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -348,9 +348,9 @@ FadeToMapMusic:: ; 3cbc
ld a, 8
ld [MusicFade], a
ld a, e
- ld [MusicFadeIDLo], a
+ ld [MusicFadeID], a
ld a, d
- ld [MusicFadeIDHi], a
+ ld [MusicFadeID + 1], a
ld a, e
ld [wMapMusic], a