mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-26 04:05:51 -05:00
10 lines
225 B
C
10 lines
225 B
C
#ifndef POKEPLATINUM_STRUCT_02072014_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_02072014_SUB1_H
|
|
|
|
typedef struct {
|
|
int unk_00_0 : 1;
|
|
int unk_00_1 : 31;
|
|
} UnkStruct_02072014_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02072014_SUB1_H
|