pokeplatinum/include/struct_defs/struct_020790C4.h
2023-01-22 15:29:28 +01:00

21 lines
386 B
C

#ifndef POKEPLATINUM_STRUCT_020790C4_H
#define POKEPLATINUM_STRUCT_020790C4_H
#include "struct_defs/struct_020790C4_sub1.h"
typedef struct {
u16 unk_00;
u8 unk_02;
u8 unk_03;
u8 unk_04;
u8 unk_05;
u8 unk_06;
u8 unk_07;
u16 unk_08;
s8 unk_0A;
u8 unk_0B;
UnkStruct_020790C4_sub1 unk_0C;
} MoveTable;
#endif // POKEPLATINUM_STRUCT_020790C4_H