diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-18 00:22:03 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-18 00:22:03 -0500 |
commit | 0369264407563b64d60c885f8bf79322b6f663c8 (patch) | |
tree | bb1bf94d56b770eca66780948ff9e05401967ed1 /include/dungeon_util.h | |
parent | c033aea36e73365c28da1de93af29ec11b3945b2 (diff) |
Decomped GetMapTileAtPosition()
Diffstat (limited to 'include/dungeon_util.h')
-rw-r--r-- | include/dungeon_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dungeon_util.h b/include/dungeon_util.h index ca62184..82d44ba 100644 --- a/include/dungeon_util.h +++ b/include/dungeon_util.h @@ -11,6 +11,6 @@ u32 GetEntityType(struct DungeonEntity *entity); struct DungeonEntityData *GetTrapData(struct DungeonEntity *entity); // 0x45108 struct ItemSlot *GetItemData(struct DungeonEntity *entity); -struct MapTile *sub_8045128(struct DungeonEntity *entity); +struct MapTile *GetMapEntityForDungeonEntity(struct DungeonEntity *entity); #endif |