Fix a static bank in map header code.

This commit is contained in:
yenatch 2014-12-26 15:31:48 -08:00
parent a6597ba919
commit f7e25beee6

View File

@ -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