In labels, stick to Place for text without delay, and Print for text with letter delay (#1078)
This commit is contained in:
@@ -198,7 +198,7 @@ PrintEZChatBattleMessage:
|
||||
; now, let's place the string from wc618 to bc
|
||||
pop bc
|
||||
ld hl, wc618
|
||||
call PlaceHLTextAtBC
|
||||
call PrintTextboxTextAt
|
||||
; restore the original values of [wJumptableIndex] and [wcf64]
|
||||
pop hl
|
||||
ld a, l
|
||||
|
@@ -342,7 +342,7 @@ Function4aa34:
|
||||
farcall WritePartyMenuTilemap
|
||||
xor a
|
||||
ld [wPartyMenuActionText], a
|
||||
farcall PrintPartyMenuText
|
||||
farcall PlacePartyMenuText
|
||||
call Function4aab6
|
||||
call WaitBGMap
|
||||
call SetDefaultBGPAndOBP
|
||||
|
@@ -1979,7 +1979,7 @@ Function17dd13:
|
||||
push hl
|
||||
pop bc
|
||||
pop hl
|
||||
call PlaceHLTextAtBC
|
||||
call PrintTextboxTextAt
|
||||
ret
|
||||
|
||||
Function17dd30:
|
||||
|
Reference in New Issue
Block a user