mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
13 lines
413 B
Plaintext
13 lines
413 B
Plaintext
#ifndef POKEPLATINUM_GENERATED_SPECIES_FOOTPRINT_SIZES_H
|
|
#define POKEPLATINUM_GENERATED_SPECIES_FOOTPRINT_SIZES_H
|
|
|
|
#include "constants/species.h"
|
|
#include "generated/footprint_sizes.h"
|
|
#include "overlay113/footprint_data.h"
|
|
|
|
static const FootprintData sSpeciesFootprints[NATIONAL_DEX_COUNT + 1] = {
|
|
/* =========== MAGIC CONTENT MARKER =========== */
|
|
};
|
|
|
|
#endif // POKEPLATINUM_GENERATED_SPECIES_FOOTPRINT_SIZES_H
|