diff options
| author | yenatch <yenatch@gmail.com> | 2014-03-30 16:30:30 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-03-30 16:30:30 -0700 |
| commit | ebce80653c82931cd684dfa2be23ffb6418753d3 (patch) | |
| tree | bc3710e0153472a209cfb7e4ee9d7ccda427aa21 /audio.asm | |
| parent | Remove the last "\@"s on local labels. (diff) | |
| download | pokeyellow-ebce80653c82931cd684dfa2be23ffb6418753d3.tar.gz pokeyellow-ebce80653c82931cd684dfa2be23ffb6418753d3.tar.xz pokeyellow-ebce80653c82931cd684dfa2be23ffb6418753d3.zip | |
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.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
