diff options
Diffstat (limited to 'include/dungeon_ai_items.h')
-rw-r--r-- | include/dungeon_ai_items.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dungeon_ai_items.h b/include/dungeon_ai_items.h index e7d9f4f..b9e7625 100644 --- a/include/dungeon_ai_items.h +++ b/include/dungeon_ai_items.h @@ -5,5 +5,7 @@ // 0x73658 void DecideUseItem(struct DungeonEntity *pokemon); +// 0x739DC +void FindStraightThrowableTargets(struct DungeonEntity* pokemon, s32 thrownAIFlag, struct ItemSlot* item, bool8 ignoreRollChance); #endif |