mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
16 lines
357 B
C
16 lines
357 B
C
#ifndef POKEPLATINUM_STRUCT_OV101_021D1894_H
|
|
#define POKEPLATINUM_STRUCT_OV101_021D1894_H
|
|
|
|
#include "enums.h"
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
int unk_04;
|
|
UnkEnum_ov101_021D1894 unk_08;
|
|
UnkEnum_ov101_021D1894 unk_0C;
|
|
SysTask *unk_10;
|
|
} UnkStruct_ov101_021D1894;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV101_021D1894_H
|