diff options
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm index 803c6e07d..779c2267d 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -479,7 +479,7 @@ Unreferenced_Function3d9f:: xor a ld [wVirtualOAMSprite38Attributes], a ld [wVirtualOAMSprite39Attributes], a - ld a, [wc296] + ld a, [wUnusedBCDNumber] cp 100 jr nc, .max add 1 |