summaryrefslogtreecommitdiff
path: root/engine/pack.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-14 09:29:15 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-14 09:29:15 -0400
commit1e2ff967aa11ed0bcdd1dd069bde67724d3851c2 (patch)
tree21c66604d72b4c3df9d463555252869d43046a50 /engine/pack.asm
parentf399315a489c7eff28ec1941c41d12264fb38039 (diff)
Replaced "ldtile" and "dwtile" with the "tile" equs macro
Diffstat (limited to 'engine/pack.asm')
-rw-r--r--engine/pack.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pack.asm b/engine/pack.asm
index 84413e1cb..ed8d197bc 100644
--- a/engine/pack.asm
+++ b/engine/pack.asm
@@ -1292,7 +1292,7 @@ endr
ld a, [hli]
ld e, a
ld d, [hl]
- ld hl, $9500
+ ld hl, VTiles2 tile $50
lb bc, BANK(PackGFX), 15
call Request2bpp
ret