summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-06-04 13:31:22 +0200
committermid-kid <esteve.varela@gmail.com>2019-06-04 13:31:22 +0200
commitb6277408a09b24cecd9d982cce8ff98251752f93 (patch)
tree1f2215f57078ac9f1ab72c87143d216046e6b4b5 /mobile
parent309079524bd5d28883ad7aa707007673180103ae (diff)
Misc fixes
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_46.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm
index 78b728e46..e28cb2aeb 100644
--- a/mobile/mobile_46.asm
+++ b/mobile/mobile_46.asm
@@ -3796,9 +3796,9 @@ BattleTowerRoomMenu_WaitForMessage:
call BattleTowerRoomMenu_IncrementJumptable
BattleTowerRoomMenu_DelayRestartMenu:
- ; Loops while (--[wcd50] != 0),
- ; to create some sort of "delay" after the message is written on the screen,
- ; before starting the menu again.
+ ; Loops while (--[wcd50] != 0),
+ ; to create some sort of "delay" after the message is written on the screen,
+ ; before starting the menu again.
ld hl, wcd50
dec [hl]
ret nz