mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-20 05:57:57 -05:00
11 lines
206 B
C
11 lines
206 B
C
#ifndef POKEPLATINUM_STRUCT_0205EC34_H
|
|
#define POKEPLATINUM_STRUCT_0205EC34_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u16 runningShoes;
|
|
u32 unk_04;
|
|
} PlayerData;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0205EC34_H
|