diff --git a/source/config_settings.c b/source/config_settings.c index 9db48eb..2297df3 100644 --- a/source/config_settings.c +++ b/source/config_settings.c @@ -39,7 +39,7 @@ static u16 applied_ball; static u8 egg_met_location; static u8 first_set_egg_met_location; -const struct version_t version = { .main_version = 1, .sub_version = 1, .revision_version = 5, .revision_letter = CONSOLE_LETTER}; +const struct version_t version = { .main_version = 1, .sub_version = 1, .revision_version = 6, .revision_letter = CONSOLE_LETTER}; const u8* egg_valid_met_locations[NUMBER_OF_GAMES+FIRST_VERSION_ID] = {valid_egg_locations_rs_bin, valid_egg_locations_rs_bin, valid_egg_locations_rs_bin, valid_egg_locations_e_bin, valid_egg_locations_frlg_bin, valid_egg_locations_frlg_bin}; void set_default_settings() {