mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
18 lines
344 B
C
18 lines
344 B
C
#ifndef POKEPLATINUM_STRUCT_OV20_021D4FF0_H
|
|
#define POKEPLATINUM_STRUCT_OV20_021D4FF0_H
|
|
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
int unk_0C;
|
|
int unk_10;
|
|
int unk_14;
|
|
int unk_18;
|
|
SysTask *unk_1C;
|
|
} UnkStruct_ov20_021D4FF0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV20_021D4FF0_H
|