mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
11 lines
265 B
C
11 lines
265 B
C
#ifndef POKEPLATINUM_STRUCT_OV17_02246540_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV17_02246540_SUB1_H
|
|
|
|
typedef struct {
|
|
u32 moveID : 16;
|
|
u32 contestMoveEffect : 8;
|
|
u32 : 8;
|
|
} UnkStruct_ov17_02246540_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV17_02246540_SUB1_H
|