mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-14 09:07:43 -05:00
18 lines
306 B
C
18 lines
306 B
C
#ifndef POKEPLATINUM_STRUCT_02055BA8_H
|
|
#define POKEPLATINUM_STRUCT_02055BA8_H
|
|
|
|
|
|
#include <nitro/rtc.h>
|
|
|
|
typedef struct {
|
|
BOOL unk_00;
|
|
RTCDate unk_04;
|
|
RTCTime unk_14;
|
|
u32 unk_20;
|
|
s64 unk_24;
|
|
s64 unk_2C;
|
|
u32 unk_34;
|
|
} UnkStruct_02055BA8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02055BA8_H
|