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

@ -401,11 +401,11 @@ ScrollingMenu_UpdateDisplay:
ld a, [wMenuDataFlags]
bit 0, a ; call function on cancel
jr nz, .call_function
ld de, .string_2485f
ld de, .CancelString
call PlaceString
ret
.string_2485f
.CancelString
db "CANCEL@"
.call_function