mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
14 lines
549 B
C
14 lines
549 B
C
#ifndef POKEPLATINUM_UNK_02096420_H
|
|
#define POKEPLATINUM_UNK_02096420_H
|
|
|
|
#include "struct_defs/pokemon.h"
|
|
#include "struct_decls/struct_party_decl.h"
|
|
|
|
u8 sub_02096420(Pokemon * param0, u16 param1, u16 param2, u32 param3);
|
|
u8 sub_0209693C(Party * param0, u16 param1, u8 param2, u8 param3, u32 param4);
|
|
u8 sub_02096954(Pokemon * param0, u16 param1, u16 param2, u16 param3, u32 param4);
|
|
u8 sub_02096F14(Party * param0, u16 param1, u8 param2, u8 param3, u16 param4, u32 param5);
|
|
void sub_02097284(Party * param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_02096420_H
|