mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -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>
26 lines
759 B
C
26 lines
759 B
C
#ifndef POKEPLATINUM_UNK_02003B60_H
|
|
#define POKEPLATINUM_UNK_02003B60_H
|
|
|
|
#include "struct_decls/struct_02003D54_decl.h"
|
|
#include "struct_defs/struct_020279FC.h"
|
|
#include "struct_defs/chatot_cry.h"
|
|
|
|
#include <nnsys.h>
|
|
|
|
void sub_02003B60(ChatotCry * param0, AnimationControlFlags * param1);
|
|
void sub_02003BD8(void);
|
|
void sub_02003D0C(int param0);
|
|
UnkStruct_02003D54 * sub_02003D54(void);
|
|
void * sub_02003D5C(int param0);
|
|
int sub_02004014(int * param0);
|
|
void sub_0200403C(int param0);
|
|
BOOL sub_02004050(u16 param0);
|
|
BOOL sub_02004068(u16 param0);
|
|
BOOL sub_02004080(u16 param0, u32 param1);
|
|
BOOL sub_0200409C(u16 param0);
|
|
BOOL sub_020040B4(u16 param0);
|
|
NNSSndHandle * sub_020040CC(int param0);
|
|
int sub_020040F0(int param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_02003B60_H
|