mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 10:45:19 -05:00
18 lines
329 B
C
18 lines
329 B
C
#ifndef POKEPLATINUM_STRUCT_02027F8C_H
|
|
#define POKEPLATINUM_STRUCT_02027F8C_H
|
|
|
|
typedef struct PalPad_t {
|
|
u16 unk_00[8];
|
|
u32 unk_10;
|
|
u8 unk_14;
|
|
u8 unk_15;
|
|
u8 unk_16;
|
|
u8 unk_17;
|
|
u32 unk_18[16];
|
|
u8 unk_58[16];
|
|
u8 unk_68[16];
|
|
u8 unk_78[16];
|
|
} PalPad;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02027F8C_H
|