pokeemerald/include/unknown_task.h

23 lines
433 B
C
Raw Normal View History

2017-09-18 14:52:57 +02:00
#ifndef GUARD_unknown_task_H
#define GUARD_unknown_task_H
// Exported type declarations
2017-10-01 01:12:42 +02:00
struct UnknownTaskStruct
{
volatile void *dest;
u32 control;
u8 unk8;
u8 unk9;
};
extern struct UnknownTaskStruct gUnknown_0831AC70;
2017-09-18 14:52:57 +02:00
// Exported RAM declarations
// Exported ROM declarations
void remove_some_task(void);
2017-10-01 01:12:42 +02:00
void sub_80BA038(struct UnknownTaskStruct arg0);
2017-10-01 18:54:01 +02:00
void sub_80BA0A8(void);
2017-09-18 14:52:57 +02:00
2017-10-01 01:12:42 +02:00
#endif // GUARD_unknown_task_H