diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-05-26 19:00:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 19:00:46 -0400 |
commit | a9b136cf606a4c6e0be0de79c8e18759e5ecf4aa (patch) | |
tree | 99b9db89e31452dcb4953c19e353cc2ddc1f16bd /include | |
parent | 52cafb3668633e3c41ab3e69d47848cacb911e1c (diff) | |
parent | 554a409ba09dfd8c70bc22579dfcec231c3b9d36 (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_0208A300.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/unk_0208A300.h b/include/unk_0208A300.h new file mode 100644 index 00000000..9c2ae898 --- /dev/null +++ b/include/unk_0208A300.h @@ -0,0 +1,17 @@ +#ifndef POKEDIAMOND_UNK_0208A300_H +#define POKEDIAMOND_UNK_0208A300_H + +struct UnkStruct_0208A300 +{ + u32 unk0; + u32 unk4; +}; + +struct UnkStruct_0208A300* FUN_0208A300(u32 heap_id); +void FUN_0208A320(struct UnkStruct_0208A300* unk); +u32 FUN_0208A328(struct UnkStruct_0208A300* unk); +void FUN_0208A32C(struct UnkStruct_0208A300* unk, u32 a1); +u32 FUN_0208A330(struct UnkStruct_0208A300* unk); +void FUN_0208A334(struct UnkStruct_0208A300* unk, u32 a1); + +#endif |