summaryrefslogtreecommitdiff
path: root/src/engine/bank02.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/bank02.asm')
-rw-r--r--src/engine/bank02.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/bank02.asm b/src/engine/bank02.asm
index ffcc1d8..1ebde42 100644
--- a/src/engine/bank02.asm
+++ b/src/engine/bank02.asm
@@ -670,7 +670,7 @@ Func_9253: ; 9253 (2:5253)
ld de, wDefaultText
call Func_92ad
ld hl, wDefaultText
- call Func_23c1
+ call GetTextSizeInHalfTiles
ld b, $0
ld hl, wDefaultText
add hl, bc
@@ -689,7 +689,7 @@ Func_926e: ; 926e (2:526e)
ld de, wDefaultText
call Func_92b4
ld hl, wDefaultText
- call Func_23c1
+ call GetTextSizeInHalfTiles
ld b, $0
ld hl, wDefaultText
add hl, bc
@@ -699,12 +699,12 @@ Func_926e: ; 926e (2:526e)
call Func_92ad
pop de
ld hl, wDefaultText
- call Func_22ae
- call Func_21c5
+ call InitTextPrinting
+ call ProcessText
or a
ret
.asm_929c
- call Func_22ae
+ call InitTextPrinting
ldtx hl, NewDeckText
call Func_2c29
scf