diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-02 22:19:49 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-02 22:19:49 +0200 |
commit | 41a9423550ce33ccbc0a9034ff59e473acc4702c (patch) | |
tree | 7806ae8b67525d93c14dd33be0a03b3f7a4b5a89 /include/unk_02064E20.h | |
parent | 067a94af916cdc506fd468aaff3de336f5a9cbcf (diff) | |
parent | 8f7c115c0e110aa50a5c81b9a8f7dec31760fa67 (diff) |
Merge branch 'master' of github.com:pret/pokediamond
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
|