diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-01 14:57:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 14:57:18 -0500 |
commit | 80b2c0eee67ac8a008c0a8c621b51e391d94df98 (patch) | |
tree | 00434c236b2b11b334610e2770dff78cb623bf03 /src/post_battle_event_funcs.c | |
parent | 419c897292dbfbc4f6d43880eb94597987e09e2c (diff) | |
parent | 1f6dc0e86bca06afbb48b909c45e7794148d58bd (diff) |
Merge pull request #382 from GriffinRichards/relativeconstants
Use trainer constants in flags, automatically update flags/vars count
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 7d154f815..ae61d68a6 100644 --- a/src/post_battle_event_funcs.c +++ b/src/post_battle_event_funcs.c @@ -5,7 +5,6 @@ #include "overworld.h" #include "hall_of_fame.h" #include "load_save.h" -#include "constants/flags.h" #include "constants/heal_locations.h" bool8 EnterHallOfFame(void) |