summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-18 12:35:59 -0500
committerhuderlem <huderlem@gmail.com>2019-11-20 09:08:24 -0600
commit215bb31d67398386d3554d31f55dbe495e7f6b6f (patch)
tree679fbe548a18c53f8b6369b94d0d1e73e3c03386 /src
parent5c5c1836bbfb5bb98b11f60fdefe39773d1a9015 (diff)
Clean up Trainer Fan Club doc
Diffstat (limited to 'src')
-rw-r--r--src/field_specials.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_specials.c b/src/field_specials.c
index 3ab45cd75..830c2246d 100644
--- a/src/field_specials.c
+++ b/src/field_specials.c
@@ -4032,6 +4032,7 @@ bool8 InPokemonCenter(void)
If the player has at least 3 fans, this is the only way to gain fans
If the player has fewer than 3 fans, they may also gain fans by completing certain tasks enough times (see TryGainNewFanFromCounter)
If the player has at least 5 fans, they can lose a fan every 12 real-time hours, or more often if the timer variable is reset (see TryLoseFansFromPlayTime)
+ If the player has only 1 fan left it cannot be lost
## Variables
VAR_FANCLUB_FAN_COUNTER, a bitfield for tracking the fans
@@ -4047,7 +4048,6 @@ bool8 InPokemonCenter(void)
0: Player is not the champion yet
1: Player is the champion, ready to meet their initial fans
2: Player has met their initial fans
-
*/
#define FANCLUB_BITFIELD (gSaveBlock1Ptr->vars[VAR_FANCLUB_FAN_COUNTER - VARS_START])