mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
14 lines
288 B
C
14 lines
288 B
C
#ifndef POKEPLATINUM_STRUCT_OV5_021E52A8_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV5_021E52A8_SUB1_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u8 unk_04;
|
|
u8 dummy[3];
|
|
} UnkStruct_ov5_021E52A8_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV5_021E52A8_SUB1_H
|