diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-11 22:23:05 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-10-12 15:14:57 -0500 |
commit | 4e2be7ff5e4e4f6b7f664bfee4f1d4433c7f238f (patch) | |
tree | a3052dcc1b7c7ad80846e8c4296d1a8d1e392a89 /include/constants | |
parent | 714b122da6c4357b94b4284e8c2d1b2c0803253d (diff) |
Review changes for #835
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 3fde9cc11..3030581c6 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -77,7 +77,7 @@ #define VAR_REGICE_STEPS_2 0x403C #define VAR_REGICE_STEPS_3 0x403D #define VAR_ALTERING_CAVE_WILD_SET 0x403E -#define VAR_DISTRIBUTE_EON_TICKET 0x403F // This var is read and written, but is always zero. Presumably meant to be set externally by Mystery Gift distribution +#define VAR_DISTRIBUTE_EON_TICKET 0x403F // This var is read and written, but is always zero. The only way to obtain the Eon Ticket in Emerald is via Record Mixing #define VAR_DAYS 0x4040 #define VAR_FANCLUB_UNKNOWN_1 0x4041 #define VAR_FANCLUB_UNKNOWN_2 0x4042 |