pokeplatinum/include/overlay113/footprint_data.h

11 lines
208 B
C

#ifndef POKEPLATINUM_FOOTPRINT_DATA_H
#define POKEPLATINUM_FOOTPRINT_DATA_H
typedef struct FootprintData {
u8 has;
u8 size;
u16 padding;
} FootprintData;
#endif // POKEPLATINUM_FOOTPRINT_DATA_H