mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 13:47:12 -05:00
13 lines
273 B
C
13 lines
273 B
C
#ifndef GUARD_SHOP_H
|
|
#define GUARD_SHOP_H
|
|
|
|
#include "global.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
|