mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-18 16:32:46 -05:00
14 lines
520 B
C
14 lines
520 B
C
#ifndef POKEPLATINUM_UNK_02092494_H
|
|
#define POKEPLATINUM_UNK_02092494_H
|
|
|
|
#include "trainer_info.h"
|
|
#include "pokemon.h"
|
|
#include "struct_defs/struct_02090800.h"
|
|
|
|
UnkStruct_02090800 * sub_02092494(Pokemon * param0, BOOL param1, int param2);
|
|
void sub_0209282C(UnkStruct_02090800 * param0);
|
|
void sub_0209304C(Pokemon * param0, TrainerInfo * param1, int param2, int param3, int param4);
|
|
void sub_0209305C(BoxPokemon * param0, TrainerInfo * param1, int param2, int param3, int param4);
|
|
|
|
#endif // POKEPLATINUM_UNK_02092494_H
|