diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-04-04 23:53:06 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-05 07:53:23 -0500 |
commit | b0223f691fcc83c18b6ba8df5140d907939b04cf (patch) | |
tree | 45f90920c8cdf756a3e31d968f8a458ff952026a /src/battle_factory_screen.c | |
parent | c36476af852b303fbb051b126023059ed5340a1c (diff) |
Clean up data headers
Diffstat (limited to 'src/battle_factory_screen.c')
-rw-r--r-- | src/battle_factory_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_factory_screen.c b/src/battle_factory_screen.c index 367c1401f..ac32651e2 100644 --- a/src/battle_factory_screen.c +++ b/src/battle_factory_screen.c @@ -17,7 +17,7 @@ #include "string_util.h" #include "international_string_util.h" #include "window.h" -#include "data2.h" +#include "data.h" #include "decompress.h" #include "pokemon_summary_screen.h" #include "sound.h" |