diff options
author | garak <garakmon@gmail.com> | 2019-05-14 10:49:07 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-05-16 17:10:13 -0500 |
commit | daecd5ec4006b607220944a5e5745ad08300b10a (patch) | |
tree | df74a09de73d2b18188be36a4f45701e1e6288a0 /src/shop.c | |
parent | 188f2aa29e545b37c94f7d7e510f1c090e6e15fa (diff) |
name some trainer card related functions
Diffstat (limited to 'src/shop.c')
-rwxr-xr-x | src/shop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shop.c b/src/shop.c index 1c6d7cf2e..7f1a8f27e 100755 --- a/src/shop.c +++ b/src/shop.c @@ -1230,4 +1230,4 @@ void CreateDecorationShop2Menu(const u16 *itemsForSale) CreateShopMenu(MART_TYPE_DECOR2); SetShopItemsForSale(itemsForSale); SetShopMenuCallback(EnableBothScriptContexts); -}
\ No newline at end of file +} |