This commit is contained in:
Eduardo Quezada
2025-04-08 15:08:41 -04:00
parent d65c7da61c
commit 4904cb5026
16 changed files with 49 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
#ifndef POKEPLATINUM_STRUCT_02027F8C_H
#define POKEPLATINUM_STRUCT_02027F8C_H
typedef struct UnkStruct_02027F8C_t {
typedef struct PalPad_t {
u16 unk_00[8];
u32 unk_10;
u8 unk_14;
@@ -12,6 +12,6 @@ typedef struct UnkStruct_02027F8C_t {
u8 unk_58[16];
u8 unk_68[16];
u8 unk_78[16];
} UnkStruct_02027F8C;
} PalPad;
#endif // POKEPLATINUM_STRUCT_02027F8C_H