You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user