mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
19 lines
359 B
C
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
|