mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
9 lines
222 B
C
9 lines
222 B
C
#ifndef POKEHEARTGOLD_CONSTANTS_JOHTO_DEX_H
|
|
#define POKEHEARTGOLD_CONSTANTS_JOHTO_DEX_H
|
|
|
|
#define J_SPECIES_NONE 0
|
|
|
|
#define J_NUM_SPECIES 256
|
|
|
|
#endif //POKEHEARTGOLD_CONSTANTS_JOHTO_DEX_H
|