pokeplatinum/include/struct_defs/struct_0202610C.h
2024-03-31 21:44:49 -04:00

19 lines
359 B
C

#ifndef POKEPLATINUM_STRUCT_0202610C_H
#define POKEPLATINUM_STRUCT_0202610C_H
typedef struct {
u16 unk_00[12];
u16 unk_18;
u8 unk_1A;
u8 unk_1B;
s8 unk_1C;
s8 unk_1D;
u8 unk_1E_0 : 1;
u8 unk_1E_1 : 1;
u8 unk_1E_2 : 1;
u8 unk_1E_3 : 1;
u8 unk_1E_4 : 1;
} BattleRegulation;
#endif // POKEPLATINUM_STRUCT_0202610C_H