summaryrefslogtreecommitdiff
path: root/misc/mobile_42.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-05 14:06:03 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-05 14:06:03 -0500
commitadf2fe712d372bad8c68590ae77b1dde85290d8f (patch)
tree3f41aa52ea49ad17f355870097ecbe9cc46be917 /misc/mobile_42.asm
parent893b3a217eefd354d8b0023aa91d9b6a7d03604a (diff)
Various labels
Diffstat (limited to 'misc/mobile_42.asm')
-rw-r--r--misc/mobile_42.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/mobile_42.asm b/misc/mobile_42.asm
index 613c21bc3..847422b7c 100644
--- a/misc/mobile_42.asm
+++ b/misc/mobile_42.asm
@@ -67,10 +67,10 @@ Function10805b: ; 10805b
ld [hl], e
inc hl
ld [hl], d
- ld a, [$ffde]
+ ld a, [hMapAnims]
push af
xor a
- ld [$ffde], a
+ ld [hMapAnims], a
ld hl, VramState
ld a, [hl]
push af
@@ -88,7 +88,7 @@ Function10805b: ; 10805b
pop af
ld [VramState], a
pop af
- ld [$ffde], a
+ ld [hMapAnims], a
ret
; 108089
@@ -97,10 +97,10 @@ Function108089: ; 108089
ld [hl], e
inc hl
ld [hl], d
- ld a, [$ffde]
+ ld a, [hMapAnims]
push af
xor a
- ld [$ffde], a
+ ld [hMapAnims], a
ld hl, VramState
ld a, [hl]
push af
@@ -118,7 +118,7 @@ Function108089: ; 108089
pop af
ld [VramState], a
pop af
- ld [$ffde], a
+ ld [hMapAnims], a
ret
; 1080b7