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>
20 lines
628 B
C
20 lines
628 B
C
#ifndef POKEPLATINUM_UNK_0207C63C_H
|
|
#define POKEPLATINUM_UNK_0207C63C_H
|
|
|
|
#include "struct_defs/struct_0207C690.h"
|
|
#include "struct_defs/struct_0207C894.h"
|
|
#include "struct_defs/struct_0207C8C4.h"
|
|
|
|
void sub_0207C63C(void);
|
|
void sub_0207C664(void);
|
|
GenericPointerData * sub_0207C690(int param0);
|
|
void sub_0207C6AC(void);
|
|
void sub_0207C730(void);
|
|
void sub_0207C770(void);
|
|
UnkStruct_0207C8C4 * sub_0207C894(UnkStruct_0207C894 * param0);
|
|
void sub_0207C8C4(UnkStruct_0207C8C4 * param0, int param1);
|
|
BOOL sub_0207C8E0(UnkStruct_0207C8C4 * param0);
|
|
void sub_0207C8F4(UnkStruct_0207C8C4 * param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_0207C63C_H
|