Decomped HasItem()

This commit is contained in:
AnonymousRandomPerson
2021-12-29 23:33:22 -06:00
parent edf909be4d
commit a61f7ea2a1
6 changed files with 2662 additions and 2653 deletions

9
include/dungeon_items.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef GUARD_DUNGEON_ITEMS_H
#define GUARD_DUNGEON_ITEMS_H
#include "dungeon_entity.h"
// 0x46CB0
bool8 HasItem(struct DungeonEntity *pokemon, u8 itemIndex);
#endif