diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-02-18 13:23:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 13:23:19 -0600 |
commit | 924cbe9ee4f4fded710bdb77014f6de48e461f77 (patch) | |
tree | 6a3da8a78c3c1d3804e403a3b4e68a387cf09762 /include/constants/vars.h | |
parent | 047d8288cc742e98701c2bee512797c89def7bec (diff) | |
parent | 486cf449b8d5715d4ba7d5f1144ab9b8288dd3ee (diff) |
Merge pull request #560 from Phlosioneer/regi-documentation
Document the regi* code more
Diffstat (limited to 'include/constants/vars.h')
-rw-r--r-- | include/constants/vars.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index c055c5baf..fedc85657 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -75,9 +75,9 @@ #define VAR_0x4038 0x4038 #define VAR_0x4039 0x4039 #define VAR_0x403A 0x403A -#define VAR_0x403B 0x403B -#define VAR_0x403C 0x403C -#define VAR_0x403D 0x403D +#define VAR_REGICE_STEPS_1 0x403B +#define VAR_REGICE_STEPS_2 0x403C +#define VAR_REGICE_STEPS_3 0x403D #define VAR_ALTERING_CAVE_WILD_SET 0x403E #define VAR_0x403F 0x403F #define VAR_DAYS 0x4040 |