In labels, stick to Place for text without delay, and Print for text with letter delay (#1078)
This commit is contained in:
@@ -518,7 +518,7 @@ Pokegear_UpdateClock:
|
||||
farcall PrintHoursMins
|
||||
ld hl, .GearTodayText
|
||||
bccoord 6, 6
|
||||
call PlaceHLTextAtBC
|
||||
call PrintTextboxTextAt
|
||||
ret
|
||||
|
||||
db "ごぜん@"
|
||||
|
@@ -133,7 +133,7 @@ PrintRadioLine:
|
||||
cp 2
|
||||
jr nz, .print
|
||||
bccoord 1, 16
|
||||
call PlaceHLTextAtBC
|
||||
call PrintTextboxTextAt
|
||||
jr .skip
|
||||
.print
|
||||
call PrintTextboxText
|
||||
|
Reference in New Issue
Block a user