You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix a static bank in map header code.
This commit is contained in:
@@ -2142,7 +2142,7 @@ GetAnyMapBank:: ; 2c31
|
|||||||
Function2c3d:: ; 2c3d
|
Function2c3d:: ; 2c3d
|
||||||
ld a, [hROMBank]
|
ld a, [hROMBank]
|
||||||
push af
|
push af
|
||||||
ld a, $25
|
ld a, BANK(MapGroupPointers)
|
||||||
rst Bankswitch
|
rst Bankswitch
|
||||||
call GetMapHeaderPointer
|
call GetMapHeaderPointer
|
||||||
ld de, $d198
|
ld de, $d198
|
||||||
|
Reference in New Issue
Block a user