mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-26 00:11:26 -05:00
30 lines
558 B
C
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
|