diff options
Diffstat (limited to 'include/shop.h')
-rw-r--r-- | include/shop.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/shop.h b/include/shop.h new file mode 100644 index 000000000..ac5b512ca --- /dev/null +++ b/include/shop.h @@ -0,0 +1,12 @@ +#ifndef GUARD_SHOP_H +#define GUARD_SHOP_H + +// Exported type declarations + +// Exported RAM declarations + +extern EWRAM_DATA struct ItemSlot gUnknown_02039F80[3]; + +// Exported ROM declarations + +#endif //GUARD_SHOP_H |