diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-11 22:13:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-11 22:13:15 -0600 |
commit | a4787bc06a323071d32d3e0705e9cd39d9221452 (patch) | |
tree | 2d28f4c71469281f6c1edbeb14205551642b25bd /src/battle_setup.c | |
parent | 98860220e9317a86b9171677086c9dc7cbeaf0f0 (diff) | |
parent | 1bb05809d21fc86017e49e722e9d22a2f0c111fc (diff) |
Merge pull request #207 from DizzyEggg/decompile_pokemon_123
Decompile and clean pokemon files
Diffstat (limited to 'src/battle_setup.c')
-rw-r--r-- | src/battle_setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/battle_setup.c b/src/battle_setup.c index 52ed99b21..fdf6e77b6 100644 --- a/src/battle_setup.c +++ b/src/battle_setup.c @@ -5,7 +5,6 @@ #include "battle_transition.h" #include "main.h" #include "task.h" -#include "pokemon_3.h" #include "safari_zone.h" #include "script.h" #include "constants/game_stat.h" |