diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-13 14:43:22 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-13 14:43:22 -0700 |
commit | 26c879be9a37a203426fa75f4942c91e6ad1ac6b (patch) | |
tree | 77872c1ea2b550501c758cf2b440bba4d72ce551 /src/data.c | |
parent | 0eeaf29c64c70ff606a50b8b7098cf51e2538c69 (diff) |
Port/dump data up to front_pic_coordinates.
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c new file mode 100644 index 000000000..12c03f78c --- /dev/null +++ b/src/data.c @@ -0,0 +1,12 @@ +#include "global.h" +#include "malloc.h" +#include "battle.h" +#include "data.h" +#include "graphics.h" +#include "constants/items.h" +#include "constants/moves.h" +#include "constants/species.h" +#include "constants/trainers.h" +#include "constants/battle_ai.h" + +#include "data/pokemon_graphics/front_pic_coordinates.h"
\ No newline at end of file |