mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
20 lines
411 B
C
20 lines
411 B
C
#ifndef POKEPLATINUM_STRUCT_OV87_021D12C0_H
|
|
#define POKEPLATINUM_STRUCT_OV87_021D12C0_H
|
|
|
|
#include <nitro/rtc.h>
|
|
|
|
#include "overlay087/struct_ov87_021D1640.h"
|
|
|
|
#include "enums.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
RTCDate unk_04;
|
|
int unk_14;
|
|
int unk_18;
|
|
UnkEnum_ov87_021D12C0 unk_1C;
|
|
UnkStruct_ov87_021D1640 unk_20[6];
|
|
} UnkStruct_ov87_021D12C0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV87_021D12C0_H
|