diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-04 16:33:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-04 16:33:09 -0400 |
commit | 712ee66e6154d734ea3960cc14ff1f4c1aaa639e (patch) | |
tree | c1e477bdf115f9191f19eb0cde8d75e1c606ab82 /include/constants | |
parent | 0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (diff) | |
parent | 44b5d84a840c2c88972d72432e85b59cdc472565 (diff) |
Merge pull request #109 from PikalaxALT/wild_pokenmon_area
Wild pokemon area
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/vars.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 989b27387..a354320c2 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -39,8 +39,8 @@ #define VAR_0x4021 0x4021 #define VAR_ICE_STEP_COUNT 0x4022 #define VAR_0x4023 0x4023 -#define VAR_MIRAGE_RND_H 0x4024 -#define VAR_MIRAGE_RND_L 0x4025 +#define VAR_0x4024 0x4024 +#define VAR_0x4025 0x4025 #define VAR_SECRET_BASE_MAP 0x4026 #define VAR_0x4027 0x4027 #define VAR_0x4028 0x4028 |