pokeplatinum/include/struct_defs/struct_0205EC34.h
ellieplayswow 5782f85be0
Some checks failed
build / build (push) Has been cancelled
save_data: document OverworldMapHistory (#578)
2025-06-27 20:55:59 -07:00

11 lines
209 B
C

#ifndef POKEPLATINUM_STRUCT_0205EC34_H
#define POKEPLATINUM_STRUCT_0205EC34_H
typedef struct {
u16 cyclingGear;
u16 runningShoes;
u32 form;
} PlayerData;
#endif // POKEPLATINUM_STRUCT_0205EC34_H