mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -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>
38 lines
1.7 KiB
C
38 lines
1.7 KiB
C
#ifndef POKEPLATINUM_UNK_02012744_H
|
|
#define POKEPLATINUM_UNK_02012744_H
|
|
|
|
#include "struct_decls/struct_02012744_decl.h"
|
|
#include "struct_defs/struct_020127E8.h"
|
|
#include "struct_decls/struct_02012B20_decl.h"
|
|
#include "struct_decls/font_oam.h"
|
|
#include "struct_decls/struct_02022550_decl.h"
|
|
#include "struct_defs/struct_0205AA50.h"
|
|
|
|
#include <nitro/gx.h>
|
|
|
|
UnkStruct_02012744 * sub_02012744(int param0, int param1);
|
|
void sub_020127BC(UnkStruct_02012744 * param0);
|
|
FontOAM * sub_020127E8(const UnkStruct_020127E8 * param0);
|
|
void sub_02012870(FontOAM * param0);
|
|
int sub_02012898(const Window * param0, int param1, int param2);
|
|
void sub_020128C4(FontOAM * param0, int param1, int param2);
|
|
void sub_02012938(FontOAM * param0);
|
|
void sub_020129A4(const FontOAM * param0, int * param1, int * param2);
|
|
void sub_020129D0(FontOAM * param0, BOOL param1);
|
|
void sub_02012A00(FontOAM * param0, u8 param1);
|
|
void sub_02012A30(FontOAM * param0, u32 param1);
|
|
void sub_02012A60(FontOAM * param0, u32 param1);
|
|
void sub_02012A90(FontOAM * param0, u32 param1);
|
|
void sub_02012AC0(FontOAM * param0, u32 param1);
|
|
void sub_02012AF0(FontOAM * param0, GXOamMode param1);
|
|
UnkStruct_02012B20 * sub_02012B20(const Window * param0, int param1);
|
|
void sub_02012B48(UnkStruct_02012B20 * param0);
|
|
int sub_02012B58(const UnkStruct_02012B20 * param0, int param1);
|
|
FontOAM * sub_02012B60(const UnkStruct_020127E8 * param0, const UnkStruct_02012B20 * param1);
|
|
void sub_02012BD8(FontOAM * param0);
|
|
void sub_02012BE0(FontOAM * param0, const UnkStruct_02012B20 * param1, const Window * param2, int param3);
|
|
void sub_02012C60(const Window * param0, int param1, int param2, int param3, int param4, char * param5);
|
|
void sub_020131E0(FontOAM * param0, const GraphicElementData * param1);
|
|
|
|
#endif // POKEPLATINUM_UNK_02012744_H
|