summaryrefslogtreecommitdiff
path: root/gfx/font.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/font.asm')
-rwxr-xr-xgfx/font.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/font.asm b/gfx/font.asm
index 64ff86caf..3b7ec39e9 100755
--- a/gfx/font.asm
+++ b/gfx/font.asm
@@ -172,7 +172,7 @@ _LoadFontsBattleExtra:: ; fb4be
LoadFrame: ; fb4cc
ld a, [TextBoxFrame]
- and 7
+ maskbits NUM_FRAMES +- 1
ld bc, 6 * LEN_1BPP_TILE
ld hl, Frames
call AddNTimes