diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-06 09:52:31 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-06 09:52:31 -0400 |
commit | f15191bfc28effef4155b26186bd4236182b88aa (patch) | |
tree | 046ddec330c7fcc4a28e6189f6e8e37d1b0086e7 /include | |
parent | ea9dabdfab6d2a28d9119c2c23db43903ad4ecae (diff) |
GetFieldObjectIdByXY
Diffstat (limited to 'include')
-rw-r--r-- | include/field_map_obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index cb6eceb69..3100f72ff 100644 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -12,6 +12,7 @@ extern struct MapObject gUnknown_02037350[16]; void sub_808D438(void); u8 GetFieldObjectIdByLocalIdAndMap(u8, u8, u8); bool8 TryGetFieldObjectIdByLocalIdAndMap(u8, u8, u8, u8 *); +u8 GetFieldObjectIdByXY(s16, s16); // Exported data declarations |