mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-25 07:38:49 -05: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
|