2017-11-18 15:11:34 +00:00
|
|
|
#ifndef GUARD_ITEM_MENU_ICONS
|
|
|
|
#define GUARD_ITEM_MENU_ICONS
|
|
|
|
|
2018-02-02 11:32:12 +00:00
|
|
|
extern const struct CompressedSpriteSheet gUnknown_0857FDEC;
|
|
|
|
extern const struct CompressedSpritePalette gUnknown_0857FDF4;
|
|
|
|
|
2017-11-18 15:11:34 +00:00
|
|
|
u8 sub_80D511C(u8 a0, u8 a1, u8 a2, u8 a3);
|
2018-02-02 11:32:12 +00:00
|
|
|
u8 CreateBerryTagSprite(u8 id, s16 x, s16 y);
|
2018-02-02 13:03:48 +00:00
|
|
|
void FreeBerryTagSpritePalette(void);
|
|
|
|
u8 CreateBerryFlavorCircleSprite(s16 x);
|
2017-11-18 15:11:34 +00:00
|
|
|
|
|
|
|
#endif // GUARD_ITEM_MENU_ICONS
|