diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-06 00:37:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 00:37:08 -0400 |
commit | 93d17ef7c886b96791931ba50406b59756e1bdbd (patch) | |
tree | a96f8cc5e480114dadd1362372da0606c26bc928 /src/battle_script_commands.c | |
parent | 5f1a4de374417b7580131d45c0a478f062f3916f (diff) | |
parent | 35a578c62050893d5f347f637acbdcbbfb99f311 (diff) |
Merge branch 'master' into doc-rm
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 225a47729..ceccdac87 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -1,17 +1,10 @@ #include "global.h" +#include "gflib.h" #include "item.h" #include "util.h" -#include "pokemon.h" #include "random.h" -#include "text.h" -#include "sound.h" #include "pokedex.h" -#include "window.h" -#include "main.h" -#include "palette.h" #include "money.h" -#include "bg.h" -#include "string_util.h" #include "pokemon_icon.h" #include "mail.h" #include "event_data.h" |