pokeplatinum/include/struct_defs/struct_0203E0FC.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

39 lines
1.2 KiB
C

#ifndef POKEPLATINUM_STRUCT_0203E0FC_H
#define POKEPLATINUM_STRUCT_0203E0FC_H
#include "struct_decls/struct_02025CCC_decl.h"
#include "trainer_info.h"
#include "struct_decls/struct_02026324_decl.h"
#include "struct_defs/struct_020279FC.h"
#include "struct_decls/struct_0202B370_decl.h"
#include "struct_decls/struct_0202B628_decl.h"
#include "struct_decls/struct_0202C878_decl.h"
#include "struct_decls/struct_0202CD88_decl.h"
#include "struct_decls/struct_0202DA40_decl.h"
#include "struct_decls/struct_020797DC_decl.h"
#include "struct_decls/struct_party_decl.h"
#include "struct_decls/struct_0207D3C0_decl.h"
#include "struct_decls/struct_021C0794_decl.h"
typedef struct {
UnkStruct_0202DA40 * unk_00;
UnkStruct_02025CCC * unk_04;
Party * unk_08;
PCBoxes * unk_0C;
UnkStruct_02026324 * unk_10;
UnkStruct_0202B370 * unk_14;
UnkStruct_0202C878 * unk_18;
TrainerInfo * unk_1C;
SaveData * unk_20;
AnimationControlFlags * unk_24;
UnkStruct_0202CD88 * unk_28;
UnkStruct_0202B628 * unk_2C;
UnkStruct_0207D3C0 * unk_30;
int unk_34;
int unk_38;
int unk_3C;
int unk_40;
} UnkStruct_0203E0FC;
#endif // POKEPLATINUM_STRUCT_0203E0FC_H