pokeplatinum/include/global/pm_version.h
2022-12-28 17:50:42 +01:00

28 lines
500 B
C

#ifndef POKEPLATINUM_PM_VERSION_H
#define POKEPLATINUM_PM_VERSION_H
#define SAPPHIRE 1
#define RUBY 2
#define EMERALD 3
#define FIRERED 4
#define LEAFGREEN 5
#define HEARTGOLD 7
#define SOULSILVER 8
#define DIAMOND 10
#define PEARL 11
#define PLATINUM 12
#define COLOSSEUM 15
#define JAPANESE 1
#define ENGLISH 2
#define FRENCH 3
#define ITALIAN 4
#define GERMAN 5
#define SPANISH 7
#define KOREAN 8
extern const u8 Unk_020E4C40;
extern const u8 Unk_020E4C44;
#endif // POKEPLATINUM_PM_VERSION_H