diff options
author | U-User-PC\User <golemgalvanize@github.com> | 2017-10-09 13:32:57 -0400 |
---|---|---|
committer | U-User-PC\User <golemgalvanize@github.com> | 2017-10-09 13:32:57 -0400 |
commit | f438734192e272af065820ad718ceb76ee59927a (patch) | |
tree | 9230432a4a80c4fb6d1ae106f872c0990d6f1cb5 /include/unknown_task.h | |
parent | d361f7030abb3441bfe61e95c3803297454acbb8 (diff) | |
parent | 96c5966ff3676eb1b3463808b83b42e13e1591fd (diff) |
fixing merge conflicts
Diffstat (limited to 'include/unknown_task.h')
-rw-r--r-- | include/unknown_task.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/include/unknown_task.h b/include/unknown_task.h index f59ca9ac3..9c6968c30 100644 --- a/include/unknown_task.h +++ b/include/unknown_task.h @@ -2,10 +2,21 @@ #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 +#endif // GUARD_unknown_task_H |