mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
16 lines
353 B
C
16 lines
353 B
C
#ifndef POKEPLATINUM_STRUCT_OV61_0222BDAC_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV61_0222BDAC_SUB1_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01[3];
|
|
u8 unk_04[16];
|
|
u64 unk_14[16];
|
|
u8 unk_94[12];
|
|
u64 unk_A0[12];
|
|
u16 unk_100[20];
|
|
u64 unk_128[20];
|
|
} UnkStruct_ov61_0222BDAC_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV61_0222BDAC_SUB1_H
|