diff options
author | Lhivorde <62214635+Lhivorde@users.noreply.github.com> | 2020-05-29 06:16:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 11:16:49 +0000 |
commit | 4f49a1f2f0044c10b2d447e35d8c05f3381ea49c (patch) | |
tree | a49fbd91376ba05074763f09c178da4af7f679a7 /mobile/mobile_40.asm | |
parent | edcf08ff361e58b2d03ff80a0b2eb0550ac7c647 (diff) |
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
Diffstat (limited to 'mobile/mobile_40.asm')
-rw-r--r-- | mobile/mobile_40.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index b20c3de32..1cbb3bda7 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -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: |