mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30: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:
|
.Map:
|
||||||
ld a, [wPokegearMapPlayerIconLandmark]
|
ld a, [wPokegearMapPlayerIconLandmark]
|
||||||
cp NIHON_LANDMARK
|
|
||||||
jr z, .nihon
|
|
||||||
cp LANDMARK_FAST_SHIP
|
cp LANDMARK_FAST_SHIP
|
||||||
jr z, .johto
|
jr z, .johto
|
||||||
|
cp NIHON_LANDMARK
|
||||||
|
jr nc, .nihon
|
||||||
cp KANTO_LANDMARK
|
cp KANTO_LANDMARK
|
||||||
jr nc, .kanto
|
jr nc, .kanto
|
||||||
.johto
|
.johto
|
||||||
|
|
Loading…
Reference in a new issue