pokeplatinum/include/struct_defs/struct_0207CDEC.h
2023-09-04 11:16:36 -07:00

10 lines
189 B
C

#ifndef POKEPLATINUM_STRUCT_0207CDEC_H
#define POKEPLATINUM_STRUCT_0207CDEC_H
typedef struct BagItem {
u16 item;
u16 quantity;
} BagItem;
#endif // POKEPLATINUM_STRUCT_0207CDEC_H