blob: d9915f00a4e2d980e0d0fcfedc9e12c4adf067e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef POKEDIAMOND_MODULE_06_H
#define POKEDIAMOND_MODULE_06_H
enum MartType
{
MART_ITEMS = 0,
MART_GOODS,
MART_SEALS,
MART_DECORATIONS = MART_GOODS,
};
void MOD06_0223D3D0(struct UnkStruct_0204639C *, struct UnkSavStruct80 *, const u16 *, enum MartType, u32);
#endif //POKEDIAMOND_MODULE_06_H
|