summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-18 11:54:36 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-18 11:54:36 -0400
commit69d04fec912f7ff157e075b7c105a5380eca575a (patch)
tree25039bd6800301111840e124d4c1eb2c25356293
parented2ee1ca58c5623c5af1411d8cc1f81fe3386696 (diff)
Adjust include hierarchy
-rwxr-xr-xinclude/data/field_map_obj/base_oam.h (renamed from include/data/base_oam.h)0
-rwxr-xr-xinclude/data/field_map_obj/berry_tree_graphics_tables.h (renamed from include/data/berry_tree_graphics_tables.h)0
-rwxr-xr-xinclude/data/field_map_obj/field_effect_object_graphics.h (renamed from include/data/field_effect_object_graphics.h)0
-rwxr-xr-xinclude/data/field_map_obj/field_effect_object_template_pointers.h (renamed from include/data/field_effect_object_template_pointers.h)0
-rwxr-xr-xinclude/data/field_map_obj/field_effect_objects.h (renamed from include/data/field_effect_objects.h)0
-rwxr-xr-xinclude/data/field_map_obj/map_object_anims.h (renamed from include/data/map_object_anims.h)0
-rwxr-xr-xinclude/data/field_map_obj/map_object_graphics.h (renamed from include/data/map_object_graphics.h)0
-rwxr-xr-xinclude/data/field_map_obj/map_object_graphics_info.h (renamed from include/data/map_object_graphics_info.h)0
-rwxr-xr-xinclude/data/field_map_obj/map_object_graphics_info_pointers.h (renamed from include/data/map_object_graphics_info_pointers.h)0
-rwxr-xr-xinclude/data/field_map_obj/map_object_pic_tables.h (renamed from include/data/map_object_pic_tables.h)0
-rwxr-xr-xinclude/data/field_map_obj/map_object_subsprites.h (renamed from include/data/map_object_subsprites.h)0
-rwxr-xr-xsrc/field_map_obj.c22
12 files changed, 11 insertions, 11 deletions
diff --git a/include/data/base_oam.h b/include/data/field_map_obj/base_oam.h
index 8595f97e7..8595f97e7 100755
--- a/include/data/base_oam.h
+++ b/include/data/field_map_obj/base_oam.h
diff --git a/include/data/berry_tree_graphics_tables.h b/include/data/field_map_obj/berry_tree_graphics_tables.h
index 53a0fd482..53a0fd482 100755
--- a/include/data/berry_tree_graphics_tables.h
+++ b/include/data/field_map_obj/berry_tree_graphics_tables.h
diff --git a/include/data/field_effect_object_graphics.h b/include/data/field_map_obj/field_effect_object_graphics.h
index cc75c02cc..cc75c02cc 100755
--- a/include/data/field_effect_object_graphics.h
+++ b/include/data/field_map_obj/field_effect_object_graphics.h
diff --git a/include/data/field_effect_object_template_pointers.h b/include/data/field_map_obj/field_effect_object_template_pointers.h
index 8e19747ce..8e19747ce 100755
--- a/include/data/field_effect_object_template_pointers.h
+++ b/include/data/field_map_obj/field_effect_object_template_pointers.h
diff --git a/include/data/field_effect_objects.h b/include/data/field_map_obj/field_effect_objects.h
index dc8a38542..dc8a38542 100755
--- a/include/data/field_effect_objects.h
+++ b/include/data/field_map_obj/field_effect_objects.h
diff --git a/include/data/map_object_anims.h b/include/data/field_map_obj/map_object_anims.h
index 0d6e299ee..0d6e299ee 100755
--- a/include/data/map_object_anims.h
+++ b/include/data/field_map_obj/map_object_anims.h
diff --git a/include/data/map_object_graphics.h b/include/data/field_map_obj/map_object_graphics.h
index 84a8dc06e..84a8dc06e 100755
--- a/include/data/map_object_graphics.h
+++ b/include/data/field_map_obj/map_object_graphics.h
diff --git a/include/data/map_object_graphics_info.h b/include/data/field_map_obj/map_object_graphics_info.h
index 818c5b90c..818c5b90c 100755
--- a/include/data/map_object_graphics_info.h
+++ b/include/data/field_map_obj/map_object_graphics_info.h
diff --git a/include/data/map_object_graphics_info_pointers.h b/include/data/field_map_obj/map_object_graphics_info_pointers.h
index c36827709..c36827709 100755
--- a/include/data/map_object_graphics_info_pointers.h
+++ b/include/data/field_map_obj/map_object_graphics_info_pointers.h
diff --git a/include/data/map_object_pic_tables.h b/include/data/field_map_obj/map_object_pic_tables.h
index 37d579512..37d579512 100755
--- a/include/data/map_object_pic_tables.h
+++ b/include/data/field_map_obj/map_object_pic_tables.h
diff --git a/include/data/map_object_subsprites.h b/include/data/field_map_obj/map_object_subsprites.h
index f928db88a..f928db88a 100755
--- a/include/data/map_object_subsprites.h
+++ b/include/data/field_map_obj/map_object_subsprites.h
diff --git a/src/field_map_obj.c b/src/field_map_obj.c
index e6ce58d8c..ab3bbceb3 100755
--- a/src/field_map_obj.c
+++ b/src/field_map_obj.c
@@ -35,8 +35,8 @@ void (*const gCameraObjectFuncs[])(struct Sprite *) = {
CameraObject_2,
};
-#include "data/map_object_graphics.h"
-#include "data/field_effect_object_graphics.h"
+#include "data/field_map_obj/map_object_graphics.h"
+#include "data/field_map_obj/field_effect_object_graphics.h"
void (*const gUnknown_0836DA88[])(struct Sprite *) =
{
@@ -122,13 +122,13 @@ void (*const gUnknown_0836DA88[])(struct Sprite *) =
const u8 gUnknown_0836DBBC[] = {0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
const u8 gUnknown_0836DC09[] = {DIR_SOUTH, DIR_SOUTH, DIR_SOUTH, DIR_NORTH, DIR_SOUTH, DIR_WEST, DIR_EAST, DIR_NORTH, DIR_SOUTH, DIR_WEST, DIR_EAST, DIR_SOUTH, DIR_SOUTH, DIR_SOUTH, DIR_WEST, DIR_NORTH, DIR_NORTH, DIR_SOUTH, DIR_SOUTH, DIR_SOUTH, DIR_SOUTH, DIR_NORTH, DIR_SOUTH, DIR_SOUTH, DIR_SOUTH, DIR_NORTH, DIR_SOUTH, DIR_WEST, DIR_EAST, DIR_NORTH, DIR_EAST, DIR_SOUTH, DIR_WEST, DIR_NORTH, DIR_WEST, DIR_SOUTH, DIR_EAST, DIR_WEST, DIR_NORTH, DIR_EAST, DIR_SOUTH, DIR_EAST, DIR_NORTH, DIR_WEST, DIR_SOUTH, DIR_NORTH, DIR_SOUTH, DIR_WEST, DIR_EAST, DIR_NORTH, DIR_SOUTH, DIR_WEST, DIR_EAST, DIR_NORTH, DIR_SOUTH, DIR_WEST, DIR_EAST, DIR_SOUTH, DIR_SOUTH, DIR_NORTH, DIR_SOUTH, DIR_WEST, DIR_EAST, DIR_SOUTH, DIR_SOUTH, DIR_NORTH, DIR_WEST, DIR_EAST, DIR_SOUTH, DIR_NORTH, DIR_WEST, DIR_EAST, DIR_SOUTH, DIR_NORTH, DIR_WEST, DIR_EAST, DIR_SOUTH};
-#include "data/map_object_graphics_info_pointers.h"
-#include "data/field_effect_object_template_pointers.h"
-#include "data/map_object_pic_tables.h"
-#include "data/map_object_anims.h"
-#include "data/base_oam.h"
-#include "data/map_object_subsprites.h"
-#include "data/map_object_graphics_info.h"
+#include "data/field_map_obj/map_object_graphics_info_pointers.h"
+#include "data/field_map_obj/field_effect_object_template_pointers.h"
+#include "data/field_map_obj/map_object_pic_tables.h"
+#include "data/field_map_obj/map_object_anims.h"
+#include "data/field_map_obj/base_oam.h"
+#include "data/field_map_obj/map_object_subsprites.h"
+#include "data/field_map_obj/map_object_graphics_info.h"
const struct SpritePalette gUnknown_0837377C[] = {
{gMapObjectPalette0, 0x1103},
@@ -334,8 +334,8 @@ const u16 *const gUnknown_0837399C[] = {
Unknown_8373988
};
-#include "data/berry_tree_graphics_tables.h"
-#include "data/field_effect_objects.h"
+#include "data/field_map_obj/berry_tree_graphics_tables.h"
+#include "data/field_map_obj/field_effect_objects.h"
const s16 gUnknown_0837520C[] = {0x20, 0x40, 0x60, 0x80};
const s16 gUnknown_08375204[] = {0x20, 0x40, 0x80, 0xc0};