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>
16 lines
609 B
C
16 lines
609 B
C
#ifndef POKEPLATINUM_UNK_02013A04_H
|
|
#define POKEPLATINUM_UNK_02013A04_H
|
|
|
|
#include "message.h"
|
|
#include "struct_decls/struct_02013A04_decl.h"
|
|
#include "strbuf.h"
|
|
|
|
ResourceMetadata * sub_02013A04(u32 param0, u32 param1);
|
|
void sub_02013A3C(ResourceMetadata * param0);
|
|
void sub_02013A4C(ResourceMetadata * param0, const MessageLoader * param1, u32 param2, u32 param3);
|
|
void sub_02013A6C(ResourceMetadata * param0, const Strbuf *param1, u32 param2);
|
|
void sub_02013A90(ResourceMetadata * param0, const ResourceMetadata * param1);
|
|
void sub_02013AE8(ResourceMetadata * param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_02013A04_H
|