Skip to content

Commit

Permalink
Fix Victory Road oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoomTen committed Feb 16, 2025
1 parent 95d42c3 commit bc607f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/pokegear/pokegear.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,9 @@ PokegearMap_InitPlayerIcon:

PokegearMap_InitRoamingIcon:
; Assume that roaming is only in Johto
or a ; reset flags
farcall RegionCheck
ret c ; Exit if in Victory Road
ld a, e
and a
ret nz ; Exit if in Kanto
Expand Down

0 comments on commit bc607f4

Please sign in to comment.