summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-07-11 11:21:23 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-07-11 11:21:23 +0200
commit8993df3b7e15782492ae74f146b44d79a265905c (patch)
tree42c5150b069623e246f84bfa22d318e4f3c6050f /src/engine
parent1cb35e7d97933f146ad9ab7966bb496536aa3d93 (diff)
Split full width font graphics
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index add74b6..3935919 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -6389,7 +6389,7 @@ Func_23c1: ; 23c1 (0:23c1)
ld a, [hl]
cp TX_HALFWIDTH
jr nz, .asm_23cf
- call Func_23d3
+ call .asm_23d3
inc b
srl b
xor a
@@ -6398,7 +6398,7 @@ Func_23c1: ; 23c1 (0:23c1)
.asm_23cf
xor a ; FULL_WIDTH
ld [wFontWidth], a
-Func_23d3: ; 23d3 (0:23d3)
+.asm_23d3
push hl
push de
ld bc, $0000