mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -05:00
8 lines
217 B
C
8 lines
217 B
C
#ifndef POKEHEARTGOLD_CONSTANTS_GAME_STAT_H
|
|
#define POKEHEARTGOLD_CONSTANTS_GAME_STAT_H
|
|
|
|
#define GAME_STAT_APRICORN_GET 1
|
|
#define GAME_STAT_BADGE_GET 22
|
|
|
|
#endif //POKEHEARTGOLD_CONSTANTS_GAME_STAT_H
|