summaryrefslogtreecommitdiff
path: root/audio.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-03-30 16:30:30 -0700
committeryenatch <yenatch@gmail.com>2014-03-30 16:30:30 -0700
commitebce80653c82931cd684dfa2be23ffb6418753d3 (patch)
treebc3710e0153472a209cfb7e4ee9d7ccda427aa21 /audio.asm
parent5e692b30dbb755f5570463f546b648ab2b00611f (diff)
Stop using [$ff00+$xx] syntax.
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
Diffstat (limited to 'audio.asm')
-rw-r--r--audio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio.asm b/audio.asm
index ed0c9e03..160ae6cc 100644
--- a/audio.asm
+++ b/audio.asm
@@ -541,7 +541,7 @@ Music8_OverwriteChannelPointer: ; 2231d (8:631d)
SECTION "Audio Engine 3", ROMX, BANK[AUDIO_3]
Func_7d13b:: ; 7d13b (1f:513b)
- ld a, [$FF00+$dc]
+ ld a, [$ffdc]
ld c, $0
ld hl, OwnedMonValues
.getSfxPointer