summaryrefslogtreecommitdiff
path: root/engine/title.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/title.asm')
-rw-r--r--engine/title.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/title.asm b/engine/title.asm
index 2380cfedf..3e4afafa2 100644
--- a/engine/title.asm
+++ b/engine/title.asm
@@ -237,11 +237,11 @@ SuicuneFrameIterator: ; 10eea7
inc [hl]
; Only do this once every eight frames
- and (1 << 3) - 1
+ and %111
ret nz
ld a, c
- and 3 << 3
+ and %11000
sla a
swap a
ld e, a