PokeGear Map Display Fix

Nihon is now correctly displayed when in the Nihon region.
This commit is contained in:
Llinos Evans 2024-07-11 18:31:27 +01:00
parent 967e87462f
commit a372dcf056

View file

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