mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-01 23:51:07 -05:00
16 lines
288 B
C
16 lines
288 B
C
#ifndef POKEPLATINUM_STRUCT_0203A4AC_H
|
|
#define POKEPLATINUM_STRUCT_0203A4AC_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;
|
|
} UnkStruct_0203A4AC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203A4AC_H
|