diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-01 03:33:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 03:33:53 +0100 |
commit | 93557dd264b6a3c69f00366888e4d35a0d5b0a7c (patch) | |
tree | b42daeb642b92fb153a00170a7289bf073aa1fdf /include/unk_02064E20.h | |
parent | c14bd5bca2631fd4574c498201c679732b562f09 (diff) | |
parent | c2bf79632520de7963788973b32649db3c55ff97 (diff) |
Merge pull request #421 from GliMusings/unk_
Decomp 3 small unks
Diffstat (limited to 'include/unk_02064E20.h')
-rw-r--r-- | include/unk_02064E20.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/unk_02064E20.h b/include/unk_02064E20.h new file mode 100644 index 00000000..a9bcd0e0 --- /dev/null +++ b/include/unk_02064E20.h @@ -0,0 +1,8 @@ +#ifndef POKEDIAMOND_UNK_02064E20_H
+#define POKEDIAMOND_UNK_02064E20_H
+
+#include "script.h"
+
+void FUN_02064E20(struct UnkSavStruct80* unk0);
+
+#endif // POKEDIAMOND_UNK_02064E20_H
|