diff options
-rw-r--r-- | home/map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm index 688d83cc..63ef1a05 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1867,7 +1867,7 @@ GetAnyMapPointer:: ; find the cth map within the group dec c ld b, 0 - ld a, 9 + ld a, MAP_LENGTH call AddNTimes ret |