mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
24 lines
979 B
C
24 lines
979 B
C
#ifndef POKEPLATINUM_UNK_02030A80_H
|
|
#define POKEPLATINUM_UNK_02030A80_H
|
|
|
|
#include "struct_defs/sentence.h"
|
|
#include "strbuf.h"
|
|
#include "struct_decls/struct_02030A80_decl.h"
|
|
#include "savedata.h"
|
|
|
|
UnkStruct_02030A80 * sub_02030A80(int param0);
|
|
void sub_02030A98(UnkStruct_02030A80 * param0);
|
|
void sub_02030AA0(UnkStruct_02030A80 * param0, SaveData * param1);
|
|
Strbuf* sub_02030B94(const UnkStruct_02030A80 * param0, int param1);
|
|
u32 sub_02030BAC(const UnkStruct_02030A80 * param0);
|
|
int sub_02030BBC(const UnkStruct_02030A80 * param0);
|
|
int sub_02030BCC(const UnkStruct_02030A80 * param0);
|
|
int sub_02030BEC(const UnkStruct_02030A80 * param0);
|
|
int sub_02030BFC(const UnkStruct_02030A80 * param0);
|
|
int sub_02030C08(const UnkStruct_02030A80 * param0);
|
|
Strbuf* sub_02030C28(const UnkStruct_02030A80 * param0, Sentence * param1, int param2);
|
|
int sub_02030CCC(const UnkStruct_02030A80 * param0);
|
|
int sub_02030CDC(const UnkStruct_02030A80 * param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_02030A80_H
|