summaryrefslogtreecommitdiff
path: root/engine/gfx/load_font.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/gfx/load_font.asm')
-rw-r--r--engine/gfx/load_font.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/load_font.asm b/engine/gfx/load_font.asm
index b41badc2..d6658137 100644
--- a/engine/gfx/load_font.asm
+++ b/engine/gfx/load_font.asm
@@ -29,13 +29,13 @@ _LoadFontsBattleExtra::
LoadFrame:
ld a, [wTextboxFrame]
maskbits NUM_FRAMES
- ld bc, 6 * LEN_1BPP_TILE
+ ld bc, TEXTBOX_FRAME_TILES * LEN_1BPP_TILE
ld hl, Frames
call AddNTimes
ld d, h
ld e, l
ld hl, vTiles2 tile "┌" ; $79
- lb bc, BANK(Frames), 6 ; "┌" to "┘"
+ lb bc, BANK(Frames), TEXTBOX_FRAME_TILES ; "┌" to "┘"
call Get1bpp
ld hl, vTiles2 tile " " ; $7f
ld de, TextboxSpaceGFX