mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 21:17:40 -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>
27 lines
1.4 KiB
C
27 lines
1.4 KiB
C
#ifndef POKEPLATINUM_UNK_02001AF4_H
|
|
#define POKEPLATINUM_UNK_02001AF4_H
|
|
|
|
#include "struct_decls/struct_02001AF4_decl.h"
|
|
#include "struct_decls/struct_02018340_decl.h"
|
|
#include "struct_defs/struct_0205AA50.h"
|
|
#include "struct_defs/struct_02081CF4.h"
|
|
#include "overlay061/struct_ov61_0222C884.h"
|
|
|
|
UIControlData * sub_02001AF4(const UnkStruct_02081CF4 * param0, u8 param1, u8 param2, u8 param3, u8 param4, u32 param5);
|
|
UIControlData * sub_02001B7C(const UnkStruct_02081CF4 * param0, u8 param1, u8 param2, u8 param3, u8 param4, u32 param5);
|
|
UIControlData * sub_02001B9C(const UnkStruct_02081CF4 * param0, u8 param1, u8 param2);
|
|
void sub_02001BC4(UIControlData * param0, u8 * param1);
|
|
u32 sub_02001BE0(UIControlData * param0);
|
|
u32 sub_02001C94(UIControlData * param0, u16 param1);
|
|
u32 sub_02001D44(UIControlData * param0, u8 param1);
|
|
u8 sub_02001DC4(UIControlData * param0);
|
|
u8 sub_02001DC8(UIControlData * param0);
|
|
UIControlData * sub_02002054(BGL * param0, const UnkStruct_ov61_0222C884 * param1, u16 param2, u8 param3, u8 param4, u32 param5);
|
|
UIControlData * sub_02002100(BGL * param0, const UnkStruct_ov61_0222C884 * param1, u16 param2, u8 param3, u32 param4);
|
|
u32 sub_02002114(UIControlData * param0, u32 param1);
|
|
u32 sub_02002134(UIControlData * param0, u8 param1, u32 param2);
|
|
void sub_02002154(UIControlData * param0, u32 param1);
|
|
void sub_02002180(Window * param0, u32 param1, u32 param2);
|
|
|
|
#endif // POKEPLATINUM_UNK_02001AF4_H
|