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_020061E8.h | |
parent | c14bd5bca2631fd4574c498201c679732b562f09 (diff) | |
parent | c2bf79632520de7963788973b32649db3c55ff97 (diff) |
Merge pull request #421 from GliMusings/unk_
Decomp 3 small unks
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
|