blob: 9ce6451d2b2026f6eeaff70b28b03807a69e0efd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef POKEDIAMOND_UNK_02029FB0_H
#define POKEDIAMOND_UNK_02029FB0_H
struct Pokedex;
struct UnkStruct_02029FB0
{
u8 unk[0x14C];
};
struct UnkStruct_02029FB0 * FUN_02029FC8(struct SaveBlock2 * sav2);
void FUN_0202A1C4(struct UnkStruct_02029FB0 * unk, struct Pokedex * pokedex, u16 species);
#endif //POKEDIAMOND_UNK_02029FB0_H
|