mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 04:35:39 -05:00
14 lines
251 B
C
14 lines
251 B
C
#ifndef POKEPLATINUM_STRUCT_0203E564_H
|
|
#define POKEPLATINUM_STRUCT_0203E564_H
|
|
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
SaveData *unk_00;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u16 unk_06;
|
|
} UnkStruct_0203E564;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203E564_H
|