fix return type

This commit is contained in:
Evan
2019-11-26 14:02:20 -07:00
parent 31d8bfb048
commit 5ad5764d4e
+1 -1
View File
@@ -108,7 +108,7 @@ EWRAM_DATA struct MartHistory gShopMenuHistory = {0};
//Function Declarations
static u8 CreateShopMenu(u8 a0);
static u8 GetMartTypeFromItemList(bool32 a0);
static bool8 GetMartTypeFromItemList(bool32 a0);
static void SetShopItemsForSale(const u16 *items);
static void SetShopMenuCallback(MainCallback callback);
static void Task_ShopMenu(u8 taskId);