mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
11 lines
257 B
C
11 lines
257 B
C
#ifndef GUARD_DECORATION_INVENTORY_H
|
|
#define GUARD_DECORATION_INVENTORY_H
|
|
|
|
void ClearDecorationInventories(void);
|
|
u8 CheckHasDecoration(u8);
|
|
u8 DecorationAdd(u8);
|
|
u8 DecorationCheckSpace(u8);
|
|
s8 DecorationRemove(u8);
|
|
|
|
#endif // GUARD_DECORATION_INVENTORY_H
|