mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-04 08:35:19 -05:00
14 lines
257 B
C
14 lines
257 B
C
#ifndef POKEPLATINUM_STRUCT_0204B1E8_H
|
|
#define POKEPLATINUM_STRUCT_0204B1E8_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u16 unk_02[4];
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u16 unk_0C;
|
|
u16 unk_0E;
|
|
} UnkStruct_0204B1E8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0204B1E8_H
|