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 | |
parent | edcf08ff361e58b2d03ff80a0b2eb0550ac7c647 (diff) |
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_40.asm | 4 | ||||
-rw-r--r-- | mobile/mobile_46.asm | 4 |
2 files changed, 4 insertions, 4 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: diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm index 793cf7c21..0f4698c1d 100644 --- a/mobile/mobile_46.asm +++ b/mobile/mobile_46.asm @@ -3889,8 +3889,8 @@ Strings_Ll0ToL40: db " L:30 @@" db " L:40 @@" db "CANCEL@@" - -String_119d8c: + +Unreferenced_CancelString: db "CANCEL@" BattleTower_LevelCheck: |