Update header files to match source files (#2143)
This commit is contained in:
+3
-3
@@ -3,9 +3,9 @@
|
||||
|
||||
extern struct ItemSlot gMartPurchaseHistory[3];
|
||||
|
||||
void CreatePokemartMenu(const u16 *);
|
||||
void CreateDecorationShop1Menu(const u16 *);
|
||||
void CreateDecorationShop2Menu(const u16 *);
|
||||
void CreatePokemartMenu(const u16 *itemsForSale);
|
||||
void CreateDecorationShop1Menu(const u16 *itemsForSale);
|
||||
void CreateDecorationShop2Menu(const u16 *itemsForSale);
|
||||
void CB2_ExitSellMenu(void);
|
||||
|
||||
#endif // GUARD_SHOP_H
|
||||
|
||||
Reference in New Issue
Block a user