In labels, stick to Place for text without delay, and Print for text with letter delay (#1078)
This commit is contained in:
@@ -547,7 +547,7 @@ InitialSetDSTFlag:
|
||||
lb bc, 3, 18
|
||||
call ClearBox
|
||||
ld hl, .Text
|
||||
call PlaceHLTextAtBC
|
||||
call PrintTextboxTextAt
|
||||
ret
|
||||
|
||||
.Text:
|
||||
@@ -574,7 +574,7 @@ InitialClearDSTFlag:
|
||||
lb bc, 3, 18
|
||||
call ClearBox
|
||||
ld hl, .Text
|
||||
call PlaceHLTextAtBC
|
||||
call PrintTextboxTextAt
|
||||
ret
|
||||
|
||||
.Text:
|
||||
@@ -598,7 +598,7 @@ MrChrono: ; unreferenced
|
||||
lb bc, 3, SCREEN_WIDTH - 2
|
||||
call ClearBox
|
||||
ld hl, .Text
|
||||
call PlaceHLTextAtBC
|
||||
call PrintTextboxTextAt
|
||||
ret
|
||||
|
||||
.Text:
|
||||
|
Reference in New Issue
Block a user