Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)

This commit is contained in:
Lhivorde
2020-05-29 06:16:49 -05:00
committed by GitHub
parent edcf08ff36
commit 4f49a1f2f0
7 changed files with 15 additions and 15 deletions

View File

@@ -105,11 +105,11 @@ PlacePartyNicknames:
.end
dec hl
dec hl
ld de, .CANCEL
ld de, .CancelString
call PlaceString
ret
.CANCEL:
.CancelString:
db "CANCEL@"
PlacePartyHPBar: