blob: cf8136b1d66ef2a699b0043c52a2000a41a94cb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#ifndef POKEDIAMOND_UNK_0206B688_H
#define POKEDIAMOND_UNK_0206B688_H
#include "pokemon.h"
u32 FUN_0206B688(struct BoxPokemon * boxmon);
u32 FUN_0206B6C8(struct Pokemon * pokemon);
u32 FUN_0206B6D4(u32 species, u32 is_egg, u32 forme);
u16 BoxMon_GetAlternateForme(struct BoxPokemon * boxmon);
u32 FUN_0206B7BC(u32 species, u32 forme, u32 is_egg);
u32 FUN_0206B83C(struct BoxPokemon * boxmon);
u32 FUN_0206B87C(struct Pokemon * pokemon);
u32 FUN_0206B888(void);
u32 FUN_0206B88C(void);
u32 FUN_0206B890(void);
u32 FUN_0206B894(void);
u32 FUN_0206B898(void);
u32 FUN_0206B89C(void);
u32 FUN_0206B8A0(void);
#endif //POKEDIAMOND_UNK_0206B688_H
|