diff options
author | yenatch <yenatch@gmail.com> | 2017-09-20 19:26:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 19:26:28 -0400 |
commit | d485f17784eefd4cd965026c15cea9e065546627 (patch) | |
tree | 3217724f4142ff88e1ae10d8375183612396e0bf /include/rom4.h | |
parent | f94074b6027d1efe067fd972127eb7730cbef2e0 (diff) | |
parent | 5fc2c964fb002d79a192937afc623555a411980c (diff) |
Merge pull request #31 from PikalaxALT/sub_81700F8
rom_81700F8
Diffstat (limited to 'include/rom4.h')
-rw-r--r-- | include/rom4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rom4.h b/include/rom4.h index d4ece109e..a1c4281e9 100644 --- a/include/rom4.h +++ b/include/rom4.h @@ -27,5 +27,6 @@ extern struct LinkPlayerMapObject gLinkPlayerMapObjects[4]; void strange_npc_table_clear(void); const struct MapHeader *get_mapheader_by_bank_and_number(u8, u8); void FieldObjectMoveDestCoords(struct MapObject *, u32, s16 *, s16 *); +void sub_8086230(void); #endif //GUARD_ROM4_H |