From 4f842fa4b34128b7c965a493b688d5408edee373 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 27 Jun 2020 15:57:30 -0400 Subject: Bring overlay 06 closer to matching --- include/config.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 959e3d18..7b75cd06 100644 --- a/include/config.h +++ b/include/config.h @@ -1,7 +1,21 @@ #ifndef POKEDIAMOND_CONFIG_H #define POKEDIAMOND_CONFIG_H -// #define NDEBUG +#define VERSION_SAPPHIRE 1 +#define VERSION_RUBY 2 +#define VERSION_EMERALD 3 +#define VERSION_FIRE_RED 4 +#define VERSION_LEAF_GREEN 5 +#define VERSION_DIAMOND 10 +#define VERSION_PEARL 11 + +#define LANGUAGE_JAPANESE 1 +#define LANGUAGE_ENGLISH 2 +#define LANGUAGE_FRENCH 3 +#define LANGUAGE_ITALIAN 4 +#define LANGUAGE_GERMAN 5 +#define LANGUAGE_SPANISH 7 +#define LANGUAGE_KOREAN 8 #ifdef DIAMOND #define GAME_VERSION VERSION_DIAMOND -- cgit v1.2.3