diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/trdata.h | 8 | ||||
-rw-r--r-- | include/main.h | 13 | ||||
-rw-r--r-- | include/play_timer.h | 12 | ||||
-rw-r--r-- | include/unk_02015E30.h | 22 |
4 files changed, 20 insertions, 35 deletions
diff --git a/include/constants/trdata.h b/include/constants/trdata.h new file mode 100644 index 00000000..659423cf --- /dev/null +++ b/include/constants/trdata.h @@ -0,0 +1,8 @@ +// +// Created by scott on 16-Sep-21. +// + +#ifndef POKEDIAMOND_TRDATA_H +#define POKEDIAMOND_TRDATA_H + +#endif //POKEDIAMOND_TRDATA_H diff --git a/include/main.h b/include/main.h index 87110de5..6333744c 100644 --- a/include/main.h +++ b/include/main.h @@ -26,19 +26,6 @@ struct UnkStruct_02006234 u32 unk24; }; -struct Unk2106FA0 -{ - PMBackLightSwitch unk0; - s32 unk4; - FSOverlayID unk8; - struct UnkStruct_02006234 *unkC; - FSOverlayID unk10; - const struct Unk21DBE18 * unk14; - s32 unk18; - s32 unk1C; - struct SaveBlock2 * unk20; -}; - struct Unk21C4818 { u32 unk0; diff --git a/include/play_timer.h b/include/play_timer.h new file mode 100644 index 00000000..f6cfcbba --- /dev/null +++ b/include/play_timer.h @@ -0,0 +1,12 @@ +#ifndef POKEDIAMOND_PLAY_TIMER_H +#define POKEDIAMOND_PLAY_TIMER_H + +#include "global.h" +#include "igt.h" +#include "timer3.h" + +void PlayTimerInit(void); +void PlayTimerStart(struct IGT *igt); +void PlayTimerUpdate(void); + +#endif //POKEDIAMOND_PLAY_TIMER_H diff --git a/include/unk_02015E30.h b/include/unk_02015E30.h deleted file mode 100644 index 67a7aaaf..00000000 --- a/include/unk_02015E30.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef POKEDIAMOND_UNK_02015E30_H -#define POKEDIAMOND_UNK_02015E30_H - -#include "global.h" -#include "igt.h" -#include "timer3.h" - -struct UnkStruct_02015E30 -{ - u32 unk00; - struct IGT *unk04; - u64 unk08; - u32 unk10; - u32 unk14; - u64 unk18; -}; - -void FUN_02015E30(); -void FUN_02015E3C(struct IGT *igt); -void FUN_02015E60(); - -#endif //POKEDIAMOND_UNK_02015E30_H |