mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
20 lines
368 B
C
20 lines
368 B
C
#ifndef POKEPLATINUM_STRUCT_OV83_0223FCE8_H
|
|
#define POKEPLATINUM_STRUCT_OV83_0223FCE8_H
|
|
|
|
typedef struct {
|
|
u8 unk_00[4];
|
|
u8 unk_04[4];
|
|
u16 unk_08;
|
|
u16 unk_0A;
|
|
u8 unk_0C;
|
|
u8 unk_0D;
|
|
u8 unk_0E;
|
|
u8 unk_0F;
|
|
u8 unk_10;
|
|
u8 unk_11;
|
|
u8 unk_12;
|
|
u8 unk_13;
|
|
} UnkStruct_ov83_0223FCE8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV83_0223FCE8_H
|