mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
14 lines
311 B
C
14 lines
311 B
C
#ifndef POKEPLATINUM_STRUCT_02095C48_SUB1_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_02095C48_SUB1_SUB1_H
|
|
|
|
typedef struct {
|
|
s16 unk_00;
|
|
s16 unk_02;
|
|
s16 unk_04;
|
|
s16 unk_06;
|
|
u8 contestPlacement;
|
|
u8 padding_09[3];
|
|
} UnkStruct_02095C48_sub1_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02095C48_SUB1_SUB1_H
|