mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
20 lines
392 B
C
20 lines
392 B
C
#ifndef POKEPLATINUM_STRUCT_OV20_021D4E8C_H
|
|
#define POKEPLATINUM_STRUCT_OV20_021D4E8C_H
|
|
|
|
#include "bg_window.h"
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
BgConfig *unk_00;
|
|
u32 unk_04;
|
|
int unk_08;
|
|
fx32 unk_0C;
|
|
fx32 unk_10;
|
|
fx32 unk_14;
|
|
u16 unk_18;
|
|
u16 unk_1A;
|
|
SysTask *unk_1C;
|
|
} UnkStruct_ov20_021D4E8C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV20_021D4E8C_H
|