Add a LANDMARK_ prefix to landmark constants

Resolves #697
This commit is contained in:
Rangi
2020-03-15 17:26:10 -04:00
parent 65f22544e0
commit ad50e94b50
37 changed files with 630 additions and 630 deletions

View File

@@ -54,9 +54,9 @@ RegionCheck:
ld a, [wMapNumber]
ld c, a
call GetWorldMapLocation
cp FAST_SHIP ; S.S. Aqua
cp LANDMARK_FAST_SHIP ; S.S. Aqua
jr z, .johto
cp SPECIAL_MAP
cp LANDMARK_SPECIAL
jr nz, .checkagain
; In a special map, get the backup map group / map id
@@ -71,7 +71,7 @@ RegionCheck:
jr c, .johto
; Victory Road area is considered to be Johto.
cp VICTORY_ROAD
cp LANDMARK_VICTORY_ROAD
jr c, .kanto
.johto