summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorAndrew Martinek <andrewrmartinek@gmail.com>2020-05-05 21:29:47 -0400
committerAndrew Martinek <andrewrmartinek@gmail.com>2020-05-05 21:29:47 -0400
commit085660d0799a85e18fa6a25f251875ce7c0db5d4 (patch)
treec757759f50579afcbd1e32d9fbc0729448c6c088 /src/engine/home.asm
parent36501f2265515be8e8f81a4f180950857f2b0a2f (diff)
Added NPC_ Prefix, Changed Level to Map in some places
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index 1ec17fb..094127e 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -11106,7 +11106,7 @@ HandleMoveModeAPress: ; 3a5e (0:3a5e)
ret
.noMatch
pop hl
- ld bc, LEVEL_OBJECT_SIZE - 1
+ ld bc, MAP_OBJECT_SIZE - 1
add hl, bc
pop bc
jr .findAPressMatchLoop