diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-18 12:35:59 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-20 09:08:24 -0600 |
commit | 215bb31d67398386d3554d31f55dbe495e7f6b6f (patch) | |
tree | 679fbe548a18c53f8b6369b94d0d1e73e3c03386 /include/constants/vars.h | |
parent | 5c5c1836bbfb5bb98b11f60fdefe39773d1a9015 (diff) |
Clean up Trainer Fan Club doc
Diffstat (limited to 'include/constants/vars.h')
-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 e96bb53bf..d39323831 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -79,7 +79,7 @@ #define VAR_ALTERING_CAVE_WILD_SET 0x403E #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_FAN_COUNTER 0x4041 // First 7 bits are a counter for adding new fans, bit 8 is a flag set after first gaining fans, and bits 9-16 are flags set for each of the 8 fans when they like the player +#define VAR_FANCLUB_FAN_COUNTER 0x4041 #define VAR_FANCLUB_LOSE_FAN_TIMER 0x4042 #define VAR_DEPT_STORE_FLOOR 0x4043 #define VAR_TRICK_HOUSE_LEVEL 0x4044 |