mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 03:34:24 -05:00
22 lines
644 B
C
22 lines
644 B
C
#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
|