mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-28 04:34:28 +01:00
13 lines
388 B
C
13 lines
388 B
C
#ifndef GUARD_ITEM_MENU_ICONS
|
|
#define GUARD_ITEM_MENU_ICONS
|
|
|
|
extern const struct CompressedSpriteSheet gUnknown_0857FDEC;
|
|
extern const struct CompressedSpritePalette gUnknown_0857FDF4;
|
|
|
|
u8 sub_80D511C(u8 a0, u8 a1, u8 a2, u8 a3);
|
|
u8 CreateBerryTagSprite(u8 id, s16 x, s16 y);
|
|
void FreeBerryTagSpritePalette(void);
|
|
u8 CreateBerryFlavorCircleSprite(s16 x);
|
|
|
|
#endif // GUARD_ITEM_MENU_ICONS
|