pokeplatinum/include/unk_02083370.h
Rachel b7fffbfc76
Rebase + clean-up PR#115 with current project state (#134)
* 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>
2024-01-28 19:05:12 -08:00

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