mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
PokeGear Map Display Fix
Nihon is now correctly displayed when in the Nihon region.
This commit is contained in:
parent
967e87462f
commit
a372dcf056
|
@ -326,10 +326,10 @@ InitPokegearTilemap:
|
|||
|
||||
.Map:
|
||||
ld a, [wPokegearMapPlayerIconLandmark]
|
||||
cp NIHON_LANDMARK
|
||||
jr z, .nihon
|
||||
cp LANDMARK_FAST_SHIP
|
||||
jr z, .johto
|
||||
cp NIHON_LANDMARK
|
||||
jr nc, .nihon
|
||||
cp KANTO_LANDMARK
|
||||
jr nc, .kanto
|
||||
.johto
|
||||
|
|
Loading…
Reference in a new issue