diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 05:01:48 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 15:01:50 -0500 |
commit | 91bf7665c623011fb63a7045689ba600b4b1eda7 (patch) | |
tree | 0baf6dccdab738a6ca7437f367f97bd1573622d6 /include/constants/vars.h | |
parent | 9fafa122851dc4eecdefde2b36b88be6572656f0 (diff) |
Sync split scripts, more misc splits/doc
Diffstat (limited to 'include/constants/vars.h')
-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 164ac7c7b..de03ab6ee 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -52,7 +52,7 @@ #define VAR_FRIENDSHIP_STEP_COUNT 0x4021 // Maybe unused? -#define VAR_ICE_STEP_COUNT 0x4022 +#define VAR_0x4022 0x4022 // Step counter. Caps at 1500. If you enter a map with // renewable hidden items and this counter is capped, @@ -89,7 +89,7 @@ #define VAR_0x402F 0x402F -#define VAR_0x4030 0x4030 +#define VAR_ICE_STEP_COUNT 0x4030 #define VAR_STARTER_MON 0x4031 #define VAR_0x4032 0x4032 #define VAR_ENIGMA_BERRY_AVAILABLE 0x4033 |