diff options
Diffstat (limited to 'include/dungeon_util.h')
-rw-r--r-- | include/dungeon_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dungeon_util.h b/include/dungeon_util.h index f3059b0..ca62184 100644 --- a/include/dungeon_util.h +++ b/include/dungeon_util.h @@ -5,5 +5,12 @@ // 0x450E0 bool8 EntityExists(struct DungeonEntity *pokemon); +// 0x450F8 +u32 GetEntityType(struct DungeonEntity *entity); +// 0x45104 +struct DungeonEntityData *GetTrapData(struct DungeonEntity *entity); +// 0x45108 +struct ItemSlot *GetItemData(struct DungeonEntity *entity); +struct MapTile *sub_8045128(struct DungeonEntity *entity); #endif |