diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-06 09:23:55 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-06 09:23:55 -0400 |
commit | 276b63e161d40ad080d77e7aedc418f62123eb1a (patch) | |
tree | 1efc7ecd56a66780e0f87b80e2f0e84baaad885d /include/unk_02015E30.h | |
parent | 60780539f9f599924eb2c5dc12cb09d2b9831ed1 (diff) |
unk_02015E30 -> play_timer
Diffstat (limited to 'include/unk_02015E30.h')
-rw-r--r-- | include/unk_02015E30.h | 22 |
1 files changed, 0 insertions, 22 deletions
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 |