mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
20 lines
372 B
C
20 lines
372 B
C
#ifndef POKEPLATINUM_STRUCT_OV80_021D2AF4_H
|
|
#define POKEPLATINUM_STRUCT_OV80_021D2AF4_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u16 unk_02;
|
|
u16 unk_04;
|
|
u16 unk_06;
|
|
u16 unk_08;
|
|
u16 unk_0A;
|
|
u16 unk_0C;
|
|
u16 unk_0E;
|
|
u16 unk_10;
|
|
u16 unk_12;
|
|
u16 unk_14;
|
|
u16 unk_16;
|
|
} UnkStruct_ov80_021D2AF4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV80_021D2AF4_H
|