mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
17 lines
323 B
C
17 lines
323 B
C
#ifndef POKEPLATINUM_STRUCT_OV17_0224CD84_H
|
|
#define POKEPLATINUM_STRUCT_OV17_0224CD84_H
|
|
|
|
typedef struct {
|
|
u16 *unk_00;
|
|
u16 unk_04;
|
|
u16 unk_06;
|
|
u16 unk_08;
|
|
u16 unk_0A;
|
|
s16 unk_0C;
|
|
u16 unk_0E;
|
|
u8 unk_10;
|
|
u8 unk_11;
|
|
} UnkStruct_ov17_0224CD84;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV17_0224CD84_H
|