mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 20:32:50 -05:00
7 lines
156 B
C
7 lines
156 B
C
#ifndef POKEHEARTGOLD_GTS_GLOBE_H
|
|
#define POKEHEARTGOLD_GTS_GLOBE_H
|
|
|
|
int GetCityNamesMsgdataIdByCountry(u32 countryId);
|
|
|
|
#endif //POKEHEARTGOLD_GTS_GLOBE_H
|