summaryrefslogtreecommitdiff
path: root/home/video.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/video.asm')
-rw-r--r--home/video.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/video.asm b/home/video.asm
index b7e9f4db5..15ea9b72b 100644
--- a/home/video.asm
+++ b/home/video.asm
@@ -449,7 +449,7 @@ endr
AnimateTileset:: ; 17d3
; Only call during the first fifth of VBlank
- ld a, [$ffde]
+ ld a, [hMapAnims]
and a
ret z