mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 06:57:33 -05:00
15 lines
292 B
C
15 lines
292 B
C
#ifndef POKEPLATINUM_STRUCT_OV19_021DF964_H
|
|
#define POKEPLATINUM_STRUCT_OV19_021DF964_H
|
|
|
|
#include "enums.h"
|
|
|
|
typedef struct {
|
|
UnkEnum_021DFB94 unk_00[8];
|
|
u8 unk_20;
|
|
u8 unk_21;
|
|
u8 unk_22;
|
|
u8 unk_23;
|
|
} UnkStruct_ov19_021DF964;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV19_021DF964_H
|