blob: ac5b512cac5c4d165da7428f52db4aede025dc3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|