summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-09-17 15:33:26 -0400
committerscnorton <scnorton@biociphers.org>2017-09-17 15:33:26 -0400
commit70b1ad485719ce1854020222131a0c0daa5a16cd (patch)
tree707d3ace54f866ff94fb27b4a52ac9d741e6c710 /include
parentfb01dd2e5a6d76974eaceeb6fdaab11abfd4f910 (diff)
Remaining functions
Diffstat (limited to 'include')
-rw-r--r--include/map_obj_8097404.h2
-rw-r--r--include/sprite.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/map_obj_8097404.h b/include/map_obj_8097404.h
index fd5616330..27ffd18cb 100644
--- a/include/map_obj_8097404.h
+++ b/include/map_obj_8097404.h
@@ -26,5 +26,7 @@ void obj_anim_image_set_and_seek(struct Sprite *, u8, u8);
bool8 sub_80979BC(struct Sprite *);
void sub_8097750(struct Sprite *);
bool8 sub_8097758(struct Sprite *);
+void sub_8097FA4(struct MapObject *);
+void sub_8098044(u8);
#endif //GUARD_MAP_OBJ_8097404_H
diff --git a/include/sprite.h b/include/sprite.h
index 7b3c9fb5a..838b0d7c0 100644
--- a/include/sprite.h
+++ b/include/sprite.h
@@ -240,6 +240,8 @@ struct OamMatrix
extern const struct OamData gDummyOamData;
extern const union AnimCmd *const gDummySpriteAnimTable[];
extern const union AffineAnimCmd *const gDummySpriteAffineAnimTable[];
+extern s16 gSpriteCoordOffsetX;
+extern s16 gSpriteCoordOffsetY;
extern struct Sprite gSprites[];