diff options
author | yenatch <yenatch@gmail.com> | 2014-06-04 01:10:56 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-04 01:10:56 -0700 |
commit | fd8804472d6f2244ae8c74bcd5017967c8cb6b7e (patch) | |
tree | b7b74d8a3275077bc5d9adfbc330f0570fe42ca0 /home.asm | |
parent | b17553218bd5a60231a55ebc57c8ffd3523f5a99 (diff) |
Use {hl,de,bc}coord macros wherever possible.
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2350,7 +2350,7 @@ Function3eea:: ; 3eea Function3efd:: ; 3efd push hl - ld hl, $c590 + hlcoord 0, 12 ld b, $4 ld c, $12 call Function3f0d |