1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-17 09:53:36 +01:00

11 lines
252 B
C

#ifndef GUARD_SHOP_H
#define GUARD_SHOP_H
extern EWRAM_DATA struct ItemSlot gUnknown_02039F80[3];
void CreatePokemartMenu(const u16 *);
void CreateDecorationShop1Menu(const u16 *);
void CreateDecorationShop2Menu(const u16 *);
#endif // GUARD_SHOP_H