From b849ce93dbafac8e4961b531ab40585c0fdd103a Mon Sep 17 00:00:00 2001 From: sceptillion <33798691+sceptillion@users.noreply.github.com> Date: Sun, 17 Dec 2017 13:22:46 -0800 Subject: decompile main --- include/unknown_task.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 include/unknown_task.h (limited to 'include/unknown_task.h') diff --git a/include/unknown_task.h b/include/unknown_task.h new file mode 100644 index 000000000..9c6968c30 --- /dev/null +++ b/include/unknown_task.h @@ -0,0 +1,22 @@ +#ifndef GUARD_unknown_task_H +#define GUARD_unknown_task_H + +// Exported type declarations +struct UnknownTaskStruct +{ + volatile void *dest; + u32 control; + u8 unk8; + u8 unk9; +}; + +extern struct UnknownTaskStruct gUnknown_0831AC70; + +// Exported RAM declarations + +// Exported ROM declarations +void remove_some_task(void); +void sub_80BA038(struct UnknownTaskStruct arg0); +void sub_80BA0A8(void); + +#endif // GUARD_unknown_task_H -- cgit v1.2.3