diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-01 03:35:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 03:35:24 +0100 |
commit | 899ff8cbd29f2562bf3a17bb458f16d1ae1ad725 (patch) | |
tree | 14325b7fa80d7e5e2dde3a7389a07eb5ee9c0ba6 /include/unk_020061E8.h | |
parent | 837cd799f76c81e762113bb46dd50176ac614dde (diff) | |
parent | 93557dd264b6a3c69f00366888e4d35a0d5b0a7c (diff) |
Merge branch 'master' into unk_02034188
Diffstat (limited to 'include/unk_020061E8.h')
-rw-r--r-- | include/unk_020061E8.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/unk_020061E8.h b/include/unk_020061E8.h new file mode 100644 index 00000000..d94ea88f --- /dev/null +++ b/include/unk_020061E8.h @@ -0,0 +1,10 @@ +#ifndef POKEDIAMOND_UNK_020061E8_H
+#define POKEDIAMOND_UNK_020061E8_H
+
+#include "nitro/types.h"
+#include "text.h"
+
+BOOL FUN_020061E8(void (*r0)(u32, struct TextPrinter *), u32 r1, u32 r2, u32 r3);
+void FUN_0200621C(s32 r0);
+
+#endif // POKEDIAMOND_UNK_020061E8_H
|