mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
17 lines
362 B
C
17 lines
362 B
C
#ifndef POKEPLATINUM_STRUCT_OV115_02260440_H
|
|
#define POKEPLATINUM_STRUCT_OV115_02260440_H
|
|
|
|
#include "overlay066/struct_ov66_02230DBC.h"
|
|
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
UnkStruct_ov66_02230DBC unk_00;
|
|
SaveData *saveData;
|
|
u8 unk_38;
|
|
u8 unk_39;
|
|
u8 padding[2];
|
|
} UnkStruct_ov115_02260440;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV115_02260440_H
|