summaryrefslogtreecommitdiff
path: root/include/shop.h
blob: 1046a590aa445deb8c9bb6979718254e31820872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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