summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-08-25 20:30:35 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-08-25 20:30:35 -0400
commitefd3e208f10ed2db25871bab49b9462ab7efb903 (patch)
treec915cc692a162e2913b671d0e28065a7bb5bb06d /include
parent1ab4ed75e7daae4b17cfca2970e935f653236014 (diff)
finish decompiling shop.c except for a few indented functions
Diffstat (limited to 'include')
-rw-r--r--include/shop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/shop.h b/include/shop.h
index 414bd628f..3923b85ab 100644
--- a/include/shop.h
+++ b/include/shop.h
@@ -11,9 +11,9 @@ void BuyMenuDrawMapGraphics(void);
void sub_80B3764(int, int);
void sub_80B37EC(void);
void sub_80B40E8(u8);
-void CreatePokemartMenu(void *);
-void CreateDecorationShop1Menu(void *);
-void CreateDecorationShop2Menu(void *);
+void CreatePokemartMenu(u16 *);
+void CreateDecorationShop1Menu(u16 *);
+void CreateDecorationShop2Menu(u16 *);
void sub_80B356C(void);
void sub_80B368C(void);