summaryrefslogtreecommitdiff
path: root/gfx/font.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-11 12:20:01 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-11 12:20:01 -0500
commitc2ad79c4f21b5f4dd661d69a7a81b69506be8821 (patch)
treec4df3ff43f9afdabe8292f6f4434ce43840f9e31 /gfx/font.asm
parentec380e6df2d071dcd03f1d2d5bc06a3bb2865a67 (diff)
Add constants for time-of-day boundaries
Split off more misc constants into proper files
Diffstat (limited to 'gfx/font.asm')
-rwxr-xr-xgfx/font.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/font.asm b/gfx/font.asm
index 8d7186e4c..99e8505b7 100755
--- a/gfx/font.asm
+++ b/gfx/font.asm
@@ -165,13 +165,13 @@ _LoadFontsBattleExtra:: ; fb4be
LoadFrame: ; fb4cc
ld a, [TextBoxFrame]
and 7
- ld bc, TILES_PER_FRAME * LEN_1BPP_TILE
+ ld bc, LEN_1BPP_TILE * 6
ld hl, Frames
call AddNTimes
ld d, h
ld e, l
ld hl, VTiles2 tile "┌" ; $79
- lb bc, BANK(Frames), TILES_PER_FRAME
+ lb bc, BANK(Frames), 6
call Get1bpp_2
ld hl, VTiles2 tile " " ; $7f
ld de, TextBoxSpaceGFX