diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-13 16:08:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 16:08:57 -0500 |
commit | 5dc85a079d9b18d95e655ebf5709530be41797f9 (patch) | |
tree | 2a6c50b6fbb20d074cc6d526cb904b251166de7b /include/shop.h | |
parent | d067f0e6717908f4cb6d0c0ac9ba4fea8eb2cebe (diff) | |
parent | aeebfee838222b9054da0632f2a65d2f934f7e23 (diff) |
Merge pull request #742 from PikalaxALT/modern_gcc
Modern gcc
Diffstat (limited to 'include/shop.h')
-rw-r--r-- | include/shop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shop.h b/include/shop.h index 849b1bef2..c5e8f2011 100644 --- a/include/shop.h +++ b/include/shop.h @@ -41,5 +41,6 @@ void Shop_CreatePokemartMenu(u16 *); void Shop_CreateDecorationShop1Menu(u16 *); void Shop_CreateDecorationShop2Menu(u16 *); void Shop_RunExitSellMenuTask(u8 taskId); +void Shop_FadeReturnToMartMenu(void); #endif // GUARD_SHOP_H |