summaryrefslogtreecommitdiff
path: root/mobile/mobile_5b.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-19 14:49:43 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-19 14:49:43 -0500
commit0c6338836d714f464bfcaa0c8c5b8c76e6f4958d (patch)
tree99c26ca80f95266c633427e30ba7e856ec500c92 /mobile/mobile_5b.asm
parent52993d20efd5315c9d3e2e684a84456783717fc8 (diff)
Resolve #471 (although link code still needs more cleanup, like its WRAM labels)
Diffstat (limited to 'mobile/mobile_5b.asm')
-rwxr-xr-xmobile/mobile_5b.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_5b.asm b/mobile/mobile_5b.asm
index a1e8dac8a..bb005b564 100755
--- a/mobile/mobile_5b.asm
+++ b/mobile/mobile_5b.asm
@@ -4,7 +4,7 @@ Unreferenced_Function16c000: ; 16c000
and a
ret z
; Only do this once per boot cycle
- ld a, [hFFEA]
+ ld a, [hSystemBooted]
and a
ret z
; Set some flag, preserving the old state
@@ -19,9 +19,9 @@ Unreferenced_Function16c000: ; 16c000
call .RunJumptable
farcall DisableMobile
; Prevent this routine from running again
- ; until the next time the syatem is turned on
+ ; until the next time the system is turned on
xor a
- ld [hFFEA], a
+ ld [hSystemBooted], a
; Restore the flag state
pop af
ld [wcfbe], a