summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-12-26 15:31:48 -0800
committeryenatch <yenatch@gmail.com>2014-12-26 15:31:48 -0800
commitf7e25beee645c6dff02714ad7b83115d507f8f29 (patch)
treecd490893f4e619c7c8882ee2d72fc179a415f87c
parenta6597ba919ee3e08564e37d7b733b8ebb8ae7b45 (diff)
Fix a static bank in map header code.
-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