summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_40.asm4
-rw-r--r--mobile/mobile_46.asm4
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: