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

@@ -168,7 +168,7 @@ Pokedex_GetLandmark:
ld c, a
call GetWorldMapLocation
cp SPECIAL_MAP
cp LANDMARK_SPECIAL
jr nz, .load
ld a, [wBackupMapGroup]