diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-23 11:06:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 11:06:21 +0100 |
commit | 652faf4b05e3aebebf7a258bfb98aef0be01dba2 (patch) | |
tree | c7b0bfe32a272d3d901c003a897ee5bb9fbc164f /include | |
parent | a7794a82a376150ef63562465a71fc161d67e7fa (diff) | |
parent | 452a77b6be0a8ecaab453eed4a9031b7b19b3815 (diff) |
Merge pull request #383 from remicalixte/unk_0200BA78
decompile unk_0200BA78.s
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_0200BA78.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/unk_0200BA78.h b/include/unk_0200BA78.h new file mode 100644 index 00000000..2efe233e --- /dev/null +++ b/include/unk_0200BA78.h @@ -0,0 +1,19 @@ +#ifndef POKEDIAMOND_UNK_0200BA78_H +#define POKEDIAMOND_UNK_0200BA78_H + +#include "global.h" +#include "script_buffers.h" + +void FUN_0200BA78(struct UnkStruct_0200B870 *param0, + int param1, + u32 value, + u32 n, + enum PrintingMode mode, + struct Window *window, + int x, + int y); + +void FUN_0200BAAC( + struct UnkStruct_0200B870 *param0, u32 value, u32 n, enum PrintingMode mode, void *dest); + +#endif // POKEDIAMOND_UNK_0200BA78_H |