mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 03:35:20 -05:00
17 lines
318 B
C
17 lines
318 B
C
#ifndef POKEPLATINUM_STRUCT_0203E608_H
|
|
#define POKEPLATINUM_STRUCT_0203E608_H
|
|
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
SaveData *unk_00;
|
|
u8 unk_04;
|
|
u8 padding_05[3];
|
|
u16 unk_08[3];
|
|
u16 unk_0E[3];
|
|
u16 unk_14;
|
|
u8 padding_16[2];
|
|
} UnkStruct_0203E608;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203E608_H
|