summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-08 00:17:03 -0800
committerYamaArashi <shadow962@live.com>2015-02-08 00:17:03 -0800
commit1347023128e141dc4cfc71ee6bc689f909e96919 (patch)
treee9b5e0db057f8e912f479f7421144091458b2456 /home.asm
parent72bbaed99f725b2b8b0d2653968042ce1625354c (diff)
move-related things
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home.asm b/home.asm
index 1557755a..e9f37763 100644
--- a/home.asm
+++ b/home.asm
@@ -259,8 +259,8 @@ LoadMonData:: ; 1372 (0:1372)
Func_137a:: ; 137a (0:137a)
-; Write c to [wd0dc + b]. Unused.
- ld hl, wd0dc
+; Write c to [wMoves + b]. Unused.
+ ld hl, wMoves
ld e, b
ld d, 0
add hl, de
@@ -546,7 +546,7 @@ PrintLevelCommon:: ; 1523 (0:1523)
Func_152e:: ; 152e (0:152e)
; Unused.
- ld hl,wd0dc
+ ld hl,wMoves
ld c,a
ld b,0
add hl,bc