mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 06:46:58 -05:00
14 lines
305 B
C
14 lines
305 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 *);
|
|
void sub_809C09C(u16, u16, u8);
|
|
|
|
#endif // GUARD_SHOP_H
|