mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 07:26:54 -05:00
22 lines
637 B
C
22 lines
637 B
C
#ifndef POKEDIAMOND_UNK_0206B688_H
|
|
#define POKEDIAMOND_UNK_0206B688_H
|
|
|
|
#include "pokemon.h"
|
|
|
|
u32 sub_0206B688(struct BoxPokemon *boxmon);
|
|
u32 sub_0206B6C8(struct Pokemon *pokemon);
|
|
u32 sub_0206B6D4(u32 species, u32 is_egg, u32 form);
|
|
u16 BoxMon_GetAlternateForm(struct BoxPokemon *boxmon);
|
|
u32 sub_0206B7BC(u32 species, u32 form, u32 is_egg);
|
|
u32 sub_0206B83C(struct BoxPokemon *boxmon);
|
|
u32 sub_0206B87C(struct Pokemon *pokemon);
|
|
u32 sub_0206B888(void);
|
|
u32 sub_0206B88C(void);
|
|
u32 sub_0206B890(void);
|
|
u32 sub_0206B894(void);
|
|
u32 sub_0206B898(void);
|
|
u32 sub_0206B89C(void);
|
|
u32 sub_0206B8A0(void);
|
|
|
|
#endif // POKEDIAMOND_UNK_0206B688_H
|