From ebce80653c82931cd684dfa2be23ffb6418753d3 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 30 Mar 2014 16:30:30 -0700 Subject: Stop using [$ff00+$xx] syntax. rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c, --- audio.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio.asm') 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 -- cgit v1.3.1-sl0p