diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-15 18:24:55 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-15 18:24:55 -0500 |
commit | e90e3458cb0836a5a027b4ed59fd05f34f904bcf (patch) | |
tree | e169298ac707b68923d701919cb8401632e00d1a /include/constants/vars.h | |
parent | e95140270be790b03e693f539770abfd6473916e (diff) |
Document the regi* code more
Fixed some confusing naming, named some unknown symbols, and fixed the
names of some flags.
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 |