summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-07 15:50:49 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-07 15:50:49 -0400
commit64ebd9b4fb54fae34a8f7cebb14588b89693d4a3 (patch)
treea438358b6f7f6f8779e28b21a272ed7c1b74a738 /include
parentf7742a68ae57ffa9e7b965c6cc816f7977b9e467 (diff)
sprite_new
Diffstat (limited to 'include')
-rw-r--r--include/field_ground_effect.h1
-rw-r--r--include/field_map_obj.h1
-rw-r--r--include/map_obj_8097404.h15
3 files changed, 17 insertions, 0 deletions
diff --git a/include/field_ground_effect.h b/include/field_ground_effect.h
index 2b93273db..0c90f50dc 100644
--- a/include/field_ground_effect.h
+++ b/include/field_ground_effect.h
@@ -11,5 +11,6 @@
// Exported ROM declarations
void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8);
+void InitObjectPriorityByZCoord(struct Sprite *, u8);
#endif //POKEEMERALD_FIELD_GROUND_EFFECT_H
diff --git a/include/field_map_obj.h b/include/field_map_obj.h
index 6ddff4901..40f94ccab 100644
--- a/include/field_map_obj.h
+++ b/include/field_map_obj.h
@@ -23,6 +23,7 @@ void npc_load_two_palettes__and_record(u16, u8);
void sub_808EAB0(u16, u8);
void sub_8092FF0(s16, s16, s16 *, s16 *);
u8 FieldObjectDirectionToImageAnimId(u8);
+void sub_80930E0(s16 *, s16 *, u8, u8);
// Exported data declarations
diff --git a/include/map_obj_8097404.h b/include/map_obj_8097404.h
new file mode 100644
index 000000000..6296febe4
--- /dev/null
+++ b/include/map_obj_8097404.h
@@ -0,0 +1,15 @@
+//
+// Created by scott on 9/7/2017.
+//
+
+#ifndef POKEEMERALD_MAP_OBJ_8097404_H
+#define POKEEMERALD_MAP_OBJ_8097404_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+void sub_8097AC8(struct Sprite *);
+
+#endif //POKEEMERALD_MAP_OBJ_8097404_H