mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 15:42:51 -05:00
21 lines
514 B
C
21 lines
514 B
C
#ifndef POKEDIAMOND_UNK_0208A300_H
|
|
#define POKEDIAMOND_UNK_0208A300_H
|
|
|
|
#include "nitro/types.h"
|
|
|
|
#include "heap.h"
|
|
|
|
struct UnkStruct_0208A300 {
|
|
u32 unk0;
|
|
u32 unk4;
|
|
};
|
|
|
|
struct UnkStruct_0208A300 *sub_0208A300(enum HeapID heapID);
|
|
void sub_0208A320(struct UnkStruct_0208A300 *unk);
|
|
u32 sub_0208A328(struct UnkStruct_0208A300 *unk);
|
|
void sub_0208A32C(struct UnkStruct_0208A300 *unk, u32 a1);
|
|
u32 sub_0208A330(struct UnkStruct_0208A300 *unk);
|
|
void sub_0208A334(struct UnkStruct_0208A300 *unk, u32 a1);
|
|
|
|
#endif
|