diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-29 15:37:52 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-29 15:50:01 -0500 |
commit | 1f6dc0e86bca06afbb48b909c45e7794148d58bd (patch) | |
tree | 00434c236b2b11b334610e2770dff78cb623bf03 /src/rfu_union_tool.c | |
parent | 419c897292dbfbc4f6d43880eb94597987e09e2c (diff) |
Use trainer constants in flags, automatically update flags/vars count
Diffstat (limited to 'src/rfu_union_tool.c')
-rw-r--r-- | src/rfu_union_tool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rfu_union_tool.c b/src/rfu_union_tool.c index 132ac7b85..21d095a9e 100644 --- a/src/rfu_union_tool.c +++ b/src/rfu_union_tool.c @@ -6,7 +6,6 @@ #include "rfu_union_tool.h" #include "script.h" #include "task.h" -#include "constants/flags.h" #include "constants/event_object_movement.h" #include "constants/union_room.h" #include "constants/event_objects.h" |