mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
* Heap_AllocFromHeapAtEnd Heap ID breadcrums * Consistent heapID capitalization * More Heap IDs * A little bit more Heap IDs * More and more Heap IDs * Stopping for today * MOAR * more and more * Back from the Heap ID mines * A couple more
25 lines
965 B
C
25 lines
965 B
C
#ifndef POKEPLATINUM_UNK_02030A80_H
|
|
#define POKEPLATINUM_UNK_02030A80_H
|
|
|
|
#include "struct_decls/struct_02030A80_decl.h"
|
|
#include "struct_defs/sentence.h"
|
|
|
|
#include "savedata.h"
|
|
#include "strbuf.h"
|
|
|
|
UnkStruct_02030A80 *sub_02030A80(int heapID);
|
|
void sub_02030A98(UnkStruct_02030A80 *param0);
|
|
void sub_02030AA0(UnkStruct_02030A80 *param0, SaveData *param1);
|
|
Strbuf *sub_02030B94(const UnkStruct_02030A80 *param0, int heapID);
|
|
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 heapID);
|
|
int sub_02030CCC(const UnkStruct_02030A80 *param0);
|
|
int sub_02030CDC(const UnkStruct_02030A80 *param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_02030A80_H
|