mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
11 lines
208 B
C
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
|