mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-08 18:53:03 -05:00
13 lines
238 B
C
13 lines
238 B
C
#ifndef POKEPLATINUM_STRUCT_02042434_H
|
|
#define POKEPLATINUM_STRUCT_02042434_H
|
|
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
SaveData *unk_00;
|
|
int unk_04;
|
|
BOOL unk_08;
|
|
} UnkStruct_02042434;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02042434_H
|