diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-24 17:00:19 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-24 17:00:19 -0400 |
commit | 06025e887f911acb1d777bbe80d9766a881122c6 (patch) | |
tree | 3e3fcc3648658d53097fe7067bdf17041dfb171f /src/post_battle_event_funcs.c | |
parent | 46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff) |
Allow flag/var counts to be updated alongside values
Diffstat (limited to 'src/post_battle_event_funcs.c')
-rw-r--r-- | src/post_battle_event_funcs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/post_battle_event_funcs.c b/src/post_battle_event_funcs.c index 4fa5d1b21..07690960f 100644 --- a/src/post_battle_event_funcs.c +++ b/src/post_battle_event_funcs.c @@ -8,7 +8,6 @@ #include "script_pokemon_util_80F87D8.h" #include "tv.h" #include "constants/heal_locations.h" -#include "constants/flags.h" #include "constants/tv.h" int GameClear(void) |