mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
12 lines
251 B
C
12 lines
251 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_02260C00_H
|
|
#define POKEPLATINUM_STRUCT_OV16_02260C00_H
|
|
|
|
typedef struct {
|
|
u16 moveIDs[4];
|
|
u8 unk_08[4];
|
|
u8 unk_0C[4];
|
|
u8 unk_10;
|
|
} UnkStruct_ov16_02260C00;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_02260C00_H
|