mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 12:45:25 -05:00
12 lines
221 B
C
12 lines
221 B
C
#ifndef POKEPLATINUM_STRUCT_0203E53C_H
|
|
#define POKEPLATINUM_STRUCT_0203E53C_H
|
|
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
SaveData *unk_00;
|
|
int unk_04;
|
|
} UnkStruct_0203E53C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203E53C_H
|