pokediamond/include/unk_0206015C.h
2024-09-30 18:18:30 +01:00

30 lines
558 B
C

#ifndef UNK_0206015C_H_GUARD
#define UNK_0206015C_H_GUARD
#include "global.h"
#include "script.h"
#include "task.h"
struct UnkStruct_0206015C {
u32 unk0;
u32 unk4;
u32 unk8;
u8 unkC;
u8 unkD;
};
struct UnkStruct_0204652C {
void *unk0;
u32 unk4;
u32 unk8;
u8 action;
u8 unkD; // some kind of counter?
u8 unkE; // some kind of counter?
};
void CallTask_UseGreatMarshBinoculars(struct FieldSystem *fieldSystem);
BOOL Task_UseGreatMarshBinoculars(struct TaskManager *taskManager);
#endif // UNK_0206015C_H_GUARD