pokeplatinum/include/struct_defs/player_data.h
2026-06-13 18:18:41 -07:00

11 lines
248 B
C

#ifndef POKEPLATINUM_STRUCT_DEF_PLAYER_DATA_H
#define POKEPLATINUM_STRUCT_DEF_PLAYER_DATA_H
typedef struct PlayerData {
u16 cyclingGear;
u16 runningShoes;
u32 playerState;
} PlayerData;
#endif // POKEPLATINUM_STRUCT_DEF_PLAYER_DATA_H