mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
9 lines
231 B
C
9 lines
231 B
C
#ifndef POKEHEARTGOLD_POKEGEAR_CARD_H
|
|
#define POKEHEARTGOLD_POKEGEAR_CARD_H
|
|
|
|
#define GEARCARD_PHONE 0
|
|
#define GEARCARD_MAP 1
|
|
#define GEARCARD_RADIO 2
|
|
|
|
#endif //POKEHEARTGOLD_POKEGEAR_CARD_H
|