summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-03-23 21:05:39 -0400
committerGitHub <noreply@github.com>2020-03-23 21:05:39 -0400
commit63798d56d05cf87ada77bd26727ea7725630b0b2 (patch)
treec90b2bebe86dffe78e6597d220f70196d3e69e25 /home/map.asm
parent624864307e4e7a5055c01d7f06145feec35527a7 (diff)
parent0345e4fb0e3f39a038e9eced72380a5a1ab6694f (diff)
Merge pull request #699 from Rangi42/master
Resolve some miscellaneous issues
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm
index a2268d51a..ebcf7f879 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -163,7 +163,7 @@ LoadMetatiles::
ld h, a
; copy the 4x4 metatile
-rept METATILE_WIDTH + -1
+rept METATILE_WIDTH - 1
rept METATILE_WIDTH
ld a, [hli]
ld [de], a