From 26c879be9a37a203426fa75f4942c91e6ad1ac6b Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Sun, 13 Oct 2019 14:43:22 -0700 Subject: Port/dump data up to front_pic_coordinates. --- src/data.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/data.c (limited to 'src/data.c') 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 -- cgit v1.2.3 From 5f1995782d7eedb09cae0db7add7ab5a4666f0f5 Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Sun, 13 Oct 2019 22:32:42 -0700 Subject: Add newline to data.c --- src/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data.c') diff --git a/src/data.c b/src/data.c index 12c03f78c..16bee8db7 100644 --- a/src/data.c +++ b/src/data.c @@ -9,4 +9,4 @@ #include "constants/trainers.h" #include "constants/battle_ai.h" -#include "data/pokemon_graphics/front_pic_coordinates.h" \ No newline at end of file +#include "data/pokemon_graphics/front_pic_coordinates.h" -- cgit v1.2.3