summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/fixed_words.asm4
-rw-r--r--misc/mobile_40.asm4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/fixed_words.asm b/misc/fixed_words.asm
index 703b5cf73..14ef91e9d 100755
--- a/misc/fixed_words.asm
+++ b/misc/fixed_words.asm
@@ -1199,7 +1199,7 @@ Function11c7bc: ; 11c7bc (47:47bc)
ret
.asm_11c7e9
- ld hl, wd100
+ ld hl, wListPointer
ld a, [wcd26]
ld e, a
add hl, de
@@ -1433,7 +1433,7 @@ Function11c8f6: ; 11c8f6 (47:48f6)
add [hl]
ld c, a
ld b, $0
- ld hl, wd100
+ ld hl, wListPointer
add hl, bc
ld a, [hl]
jr .asm_11c911
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm
index 936b8e13b..54160ca08 100644
--- a/misc/mobile_40.asm
+++ b/misc/mobile_40.asm
@@ -67,7 +67,7 @@ SetRAMStateForMobile: ; 100063
ld [BGMapBuffer], a
xor a
ld [hMapAnims], a
- ld [hFFC6], a
+ ld [hLCDCPointer], a
ret
; 100082
@@ -85,7 +85,7 @@ EnableMobile: ; 100082
ld [rIE], a
xor a
ld [hMapAnims], a
- ld [hFFC6], a
+ ld [hLCDCPointer], a
ld a, $01
ld [hMobileReceive], a
ld [hMobile], a