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 17c311d28..d122ad173 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2142,7 +2142,7 @@ GetAnyMapBank:: ; 2c31
Function2c3d:: ; 2c3d
ld a, [hROMBank]
push af
- ld a, $25
+ ld a, BANK(MapGroupPointers)
rst Bankswitch
call GetMapHeaderPointer
ld de, $d198