summaryrefslogtreecommitdiff
path: root/engine/pokedex
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-03-15 17:26:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-03-15 19:50:39 -0400
commitad50e94b5029ce5a7d45fd3576f8f017eae6449c (patch)
tree5a81c2c1d2bfc29206d29ff3c107f784b0b18be4 /engine/pokedex
parent65f22544e0a2d3fdbbd23b0fee026120d84202d8 (diff)
Add a `LANDMARK_` prefix to landmark constants
Resolves #697
Diffstat (limited to 'engine/pokedex')
-rw-r--r--engine/pokedex/pokedex.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokedex/pokedex.asm b/engine/pokedex/pokedex.asm
index 7a97d57cf..53bd89499 100644
--- a/engine/pokedex/pokedex.asm
+++ b/engine/pokedex/pokedex.asm
@@ -168,7 +168,7 @@ Pokedex_GetLandmark:
ld c, a
call GetWorldMapLocation
- cp SPECIAL_MAP
+ cp LANDMARK_SPECIAL
jr nz, .load
ld a, [wBackupMapGroup]