mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-13 00:36:03 -05:00
11 lines
252 B
C
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
|