summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-28 13:15:46 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-28 13:15:46 +0100
commit9457679af8d36a140db7b8832df595e8310e6bb4 (patch)
treed3bf8b1b424582f66add4f2b8d95f409cfafecb2 /home/audio.asm
parente2b378f5e32ea1416fbc9ac5e96d23be244e4a6b (diff)
Prefix engine_flags wram addresses with w
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 21e4f81f9..35f98af4d 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -461,7 +461,7 @@ SpecialMapMusic:: ; 3d62
cp PLAYER_SURF_PIKA
jr z, .surf
- ld a, [StatusFlags2]
+ ld a, [wStatusFlags2]
bit 2, a
jr nz, .contest