summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-04 01:10:56 -0700
committeryenatch <yenatch@gmail.com>2014-06-04 01:10:56 -0700
commitfd8804472d6f2244ae8c74bcd5017967c8cb6b7e (patch)
treeb7b74d8a3275077bc5d9adfbc330f0570fe42ca0 /home.asm
parentb17553218bd5a60231a55ebc57c8ffd3523f5a99 (diff)
Use {hl,de,bc}coord macros wherever possible.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index fa36369b6..5132351e1 100644
--- a/home.asm
+++ b/home.asm
@@ -2350,7 +2350,7 @@ Function3eea:: ; 3eea
Function3efd:: ; 3efd
push hl
- ld hl, $c590
+ hlcoord 0, 12
ld b, $4
ld c, $12
call Function3f0d