mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-26 12:15:59 -05:00
11 lines
204 B
C
11 lines
204 B
C
#ifndef POKEPLATINUM_STRUCT_0205EC34_H
|
|
#define POKEPLATINUM_STRUCT_0205EC34_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u16 runningShoes;
|
|
u32 form;
|
|
} PlayerData;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0205EC34_H
|