mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-23 07:28:11 -05:00
* improving readability also seemingly located the party healing function * readability * clean it up * Update pokemon.h * add function names Adds names to many unnamed functions for readability. Also adds names to a couple structs. * add function names * add struct names * more functions with human names * rename chatotcrydata * doxygen documentation * update box mon function ProcessBoxPokemonWithTrainerInfo is now UpdateBoxMonStatusAndTrainerInfo and all params are labeled * fixing formatting --------- Co-authored-by: Jack <schoenjack98@gmail.com>
22 lines
748 B
C
22 lines
748 B
C
#ifndef POKEPLATINUM_UNK_02083370_H
|
|
#define POKEPLATINUM_UNK_02083370_H
|
|
|
|
#include "struct_defs/struct_0207F248.h"
|
|
|
|
u32 sub_02083370(u8 param0);
|
|
void sub_0208337C(GameWindowLayout * param0);
|
|
int sub_02083658(GameWindowLayout * param0);
|
|
int sub_020836A8(GameWindowLayout * param0);
|
|
int sub_020836E4(GameWindowLayout * param0);
|
|
int sub_020839BC(GameWindowLayout * param0);
|
|
int sub_02083A78(void * param0);
|
|
int sub_02083AA4(void * param0);
|
|
void sub_02083B88(GameWindowLayout * param0);
|
|
void sub_02083BD4(GameWindowLayout * param0);
|
|
BOOL sub_02083D1C(GameWindowLayout * param0);
|
|
int sub_020845A8(GameWindowLayout * param0);
|
|
int sub_02084780(GameWindowLayout * param0);
|
|
int sub_02084B34(GameWindowLayout * param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_02083370_H
|