mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
25 lines
455 B
C
25 lines
455 B
C
#ifndef POKEPLATINUM_STRUCT_OV97_0223F450_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV97_0223F450_SUB1_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 unk_06;
|
|
u8 unk_07;
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u8 unk_0C;
|
|
u8 unk_0D;
|
|
u8 unk_0E;
|
|
u8 unk_0F;
|
|
u8 unk_10;
|
|
} UnkStruct_ov97_0223F450_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV97_0223F450_SUB1_H
|