summaryrefslogtreecommitdiff
path: root/src/engine/bank02.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-07-11 20:38:37 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-07-11 20:38:37 +0200
commit04eb7f89a4ccce5c578f9e960749de4ba6a62366 (patch)
tree11553cde44298f57c628aac41af9339cf6c224a7 /src/engine/bank02.asm
parent3921b82124e51a1d1054bf5339b15c00ed8298cf (diff)
More text engine documentation
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