diff options
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/home.asm | 4 | 
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 | 
