diff options
Diffstat (limited to 'gfx/font.asm')
-rwxr-xr-x | gfx/font.asm | 4 |
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 |