summaryrefslogtreecommitdiff
path: root/misc/fixed_words.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-13 22:53:33 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-13 22:53:33 -0400
commit4e2487c056c4dcddd3059a105e6ac89144137ab1 (patch)
tree31fec08ba9384bc5baf3895a07fa8684ff84941c /misc/fixed_words.asm
parentca01a92880a5d71bce2bec6caa7714c8e1cf0f17 (diff)
hLCDCPointer and InitList
Diffstat (limited to 'misc/fixed_words.asm')
-rwxr-xr-xmisc/fixed_words.asm4
1 files changed, 2 insertions, 2 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