diff options
author | scnorton <scnorton@biociphers.org> | 2017-05-23 15:26:25 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-23 15:26:25 -0400 |
commit | d857f57da015325e17e8c7d08bf4a923e0f9a2dd (patch) | |
tree | b9fbe5aa3fa5ca433a55327571543e01b894b76f /include | |
parent | 29aac6bde0ea201bd8eebedbbbc1b4a012d574e4 (diff) |
Some more field map object functions; asm/field_map_obj.s down to 7k lines
Diffstat (limited to 'include')
-rwxr-xr-x | include/field_map_obj.h | 2 | ||||
-rw-r--r-- | include/field_map_obj_helpers.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index 07aba90e5..8b8ef78ea 100755 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -83,6 +83,8 @@ extern const u8 gUnknown_08375767[4][4]; extern const struct Coords16 gDirectionToVector[]; +extern u8 (**const gUnknown_08375778[])(struct MapObject *, struct Sprite *); + extern struct CameraSomething gUnknown_03004880; extern s16 gUnknown_03004898; extern s16 gUnknown_0300489C; diff --git a/include/field_map_obj_helpers.h b/include/field_map_obj_helpers.h index daae74ae9..2481e143d 100644 --- a/include/field_map_obj_helpers.h +++ b/include/field_map_obj_helpers.h @@ -8,5 +8,6 @@ void UnfreezeMapObjects(void); void sub_806487C(struct Sprite *sprite, bool8 invisible); void sub_8064990(u8, u8); void UnfreezeMapObject(struct MapObject *mapObject); +void oamt_npc_ministep_reset(struct Sprite *sprite, u8 a2, u8 a3); #endif |