diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-05 23:23:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 23:23:46 +0100 |
commit | f71d98bf2843eb8f4c0a140184a6ffa30ed1f1e5 (patch) | |
tree | 16cd4b1783be2a37bf10a41ecbad8a86b0bbbf9d /include | |
parent | 7a2362a15aade4fde583b6612cff3d6613a5eaa4 (diff) | |
parent | 724330a3f418b4471bc6ec0784a860012d3bfe18 (diff) |
Merge pull request #427 from GliMusings/master
decompile unk_0204AF24
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_0204AF24.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/unk_0204AF24.h b/include/unk_0204AF24.h new file mode 100644 index 00000000..e77bcc35 --- /dev/null +++ b/include/unk_0204AF24.h @@ -0,0 +1,19 @@ +#ifndef POKEDIAMOND_UNK_0204AF24_H
+#define POKEDIAMOND_UNK_0204AF24_H
+
+#include "nitro/types.h"
+#include "unk_0204639C.h"
+
+BOOL FUN_0204AF24(struct UnkStruct_0204639C * arg0);
+void FUN_0204AF3C(struct UnkStruct_0204639C * r5);
+BOOL FUN_0204AF6C(struct UnkStruct_0204639C * arg0);
+void FUN_0204AF84(struct UnkStruct_0204639C * r5);
+BOOL FUN_0204AFB4(struct UnkStruct_0204639C * arg0);
+void FUN_0204AFC8(struct UnkStruct_0204639C * r4);
+void FUN_0204B00C(struct UnkStruct_0204639C * r4);
+BOOL FUN_0204B050(struct UnkStruct_0204639C * r5);
+void FUN_0204B090(struct UnkStruct_0204639C * r0);
+BOOL FUN_0204B0A0(struct UnkStruct_0204639C * r5);
+void FUN_0204B0E8(struct UnkStruct_0204639C * r0);
+
+#endif // POKEDIAMOND_UNK_0204AF24_H
|