mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix a static bank in map header code.
This commit is contained in:
parent
a6597ba919
commit
f7e25beee6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user