summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm
index 29593add0..2947efdca 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2023,7 +2023,7 @@ GetAnyMapPointer::
; find the cth map within the group
dec c
ld b, 0
- ld a, 9
+ ld a, MAP_LENGTH
call AddNTimes
ret