mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-21 22:47:54 -05:00
12 lines
226 B
C
12 lines
226 B
C
#ifndef POKEPLATINUM_STRUCT_020789F4_H
|
|
#define POKEPLATINUM_STRUCT_020789F4_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u16 unk_02;
|
|
u8 unk_04;
|
|
u8 padding_05;
|
|
} UnkStruct_020789F4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020789F4_H
|