diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-11 15:36:11 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-11 15:36:11 -0500 |
commit | 17f34cb29c1aeb1bb623e587e3e4cf1f1fc295fb (patch) | |
tree | c33ec8a7397464a3163096c446740541f4169b97 /constants | |
parent | fd0a78d708f6e4e9f6489f951f07e3e9478d773d (diff) |
Disambiguate some uses of wcf64/5/6
Diffstat (limited to 'constants')
-rw-r--r-- | constants/landmark_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/landmark_constants.asm b/constants/landmark_constants.asm index 4de94ddf9..5f74b3386 100644 --- a/constants/landmark_constants.asm +++ b/constants/landmark_constants.asm @@ -110,3 +110,4 @@ EVENT_LOCATION EQU $7f const_def const JOHTO_REGION ; 0 const KANTO_REGION ; 1 +NUM_REGIONS EQU const_value |