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

@@ -6487,12 +6487,12 @@ Function102e07:
db "Waiting...!@"
Function102e3e:
ld de, .CANCEL
ld de, .CancelString
hlcoord 10, 17
call PlaceString
ret
.CANCEL:
.CancelString:
db "CANCEL@"
Function102e4f: