summaryrefslogtreecommitdiff
path: root/include/field_map_obj.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-17 17:09:22 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-17 17:09:48 -0400
commit33520725b88621ace3c66da55b92f2a83ffb4545 (patch)
tree941437601503b8663b2877699d05f636223a396f /include/field_map_obj.h
parent15298927a80f2131a347949bea2cb19577d941f2 (diff)
Decompile all data in data/graphics/field_objects/*.inc
Diffstat (limited to 'include/field_map_obj.h')
-rw-r--r--include/field_map_obj.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h
index 1eb28c63f..e1210f16c 100644
--- a/include/field_map_obj.h
+++ b/include/field_map_obj.h
@@ -26,6 +26,17 @@ static u8 callback(struct MapObject *mapObject, struct Sprite *sprite)\
return 0;\
}
+struct PairedPalettes
+{
+ u16 tag;
+ const u16 *data;
+};
+
+extern const u16 gMapObjectPalette19[];
+
+extern const u32 gMapObjectPic_MovingBox[32];
+extern const struct SpriteFrameImage gMapObjectPicTable_PechaBerryTree[];
+
void sub_805C058(struct MapObject *mapObject, s16 a, s16 b);
void FieldObjectSetDirection(struct MapObject *pObject, u8 unk_18);
void MoveCoords(u8 direction, s16 *x, s16 *y);