diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-14 19:58:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 19:58:38 -0400 |
commit | 3c356a1d7af543d84c06f28f670b6ddc4b27fdd6 (patch) | |
tree | eb8f0ae6435b7fe9515928f6fedba5c872aa5827 /src/gym_leader_rematch.c | |
parent | 6f3c7925775bedb2195c9be03ab38a3fcee23836 (diff) | |
parent | beeb673ba16e02cacadb2de0ee3608d2106ed14a (diff) |
Merge pull request #1082 from GriffinRichards/add-flagvarsave
Allow flag/var counts to be updated alongside values
Diffstat (limited to 'src/gym_leader_rematch.c')
-rw-r--r-- | src/gym_leader_rematch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gym_leader_rematch.c b/src/gym_leader_rematch.c index 355ae5534..efe874894 100644 --- a/src/gym_leader_rematch.c +++ b/src/gym_leader_rematch.c @@ -1,5 +1,4 @@ #include "global.h" -#include "constants/flags.h" #include "random.h" #include "event_data.h" #include "battle_setup.h" |