pokeruby/include/decoration_inventory.h
2020-04-23 17:59:25 -04:00

18 lines
515 B
C

#ifndef GUARD_DECORATION_INVENTORY_H
#define GUARD_DECORATION_INVENTORY_H
void ClearDecorationInventories(void);
s8 FindFreeDecorationInventorySlot(u8);
u8 InventoryContainsDecoration(u8);
u8 AddDecoration(u8);
u8 CheckDecorationInventoryHasSpace(u8);
s8 RemoveDecorationFromInventory(u8);
void SortDecorationInventory(u8);
u8 GetNumDecorationsInInventoryCategory(u8);
bool8 GetNumDecorationsInInventory(void);
#if DEBUG
void Debug_GiveAllDecorations(void);
#endif // DEBUG
#endif // GUARD_DECORATION_INVENTORY_H