summaryrefslogtreecommitdiff
path: root/home/map.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/map.asm
parentb17553218bd5a60231a55ebc57c8ffd3523f5a99 (diff)
Use {hl,de,bc}coord macros wherever possible.
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm
index 6c7a79592..77a53b8d2 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1219,7 +1219,7 @@ Function272a:: ; 272a
; 2748
Function2748:: ; 2748
- ld hl, $c5e0
+ hlcoord 0, 16
ld de, BGMapBuffer
call Function27b7
ld c, $28
@@ -1258,7 +1258,7 @@ Function2771:: ; 2771
; 278f
Function278f:: ; 278f
- ld hl, $c4b2
+ hlcoord 18, 0
ld de, BGMapBuffer
call Function27c0
ld c, $24
@@ -1987,7 +1987,7 @@ Function2b74:: ; 0x2b74
call WhiteBGMap
call ClearSprites
call Function2bae
- ld hl, $c590 ; tile 0, 12
+ hlcoord 0, 12
ld bc, $0412
call TextBox
ld hl, VramState