mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
7 lines
162 B
C
7 lines
162 B
C
#ifndef GUARD_POKEBLOCK_H
|
|
#define GUARD_POKEBLOCK_H
|
|
|
|
extern const s8 gPokeblockFlavorCompatibilityTable[NUM_NATURES * FLAVOR_COUNT];
|
|
|
|
#endif // GUARD_POKEBLOCK_H
|