mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-13 08:36:23 -05:00
16 lines
280 B
C
16 lines
280 B
C
#ifndef POKEPLATINUM_STRUCT_020F1DB8_H
|
|
#define POKEPLATINUM_STRUCT_020F1DB8_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 unk_06;
|
|
u8 unk_07;
|
|
} UnkStruct_020F1DB8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020F1DB8_H
|