diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index bbec51be9..dc16be35d 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -6,7 +6,7 @@ module Settings # The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format. GAME_VERSION = '5.0.0' - GAME_VERSION_NUMBER = "5.3.0.7" + GAME_VERSION_NUMBER = "5.3.0.8" POKERADAR_LIGHT_ANIMATION_RED_ID = 17 POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18 diff --git a/Data/Scripts/050_AddOns/HttpCalls.rb b/Data/Scripts/050_AddOns/HttpCalls.rb index b87c20dbc..0cbc52c14 100644 --- a/Data/Scripts/050_AddOns/HttpCalls.rb +++ b/Data/Scripts/050_AddOns/HttpCalls.rb @@ -72,7 +72,7 @@ end def download_autogen_sprite(head_id, body_id) return nil if $PokemonSystem.download_sprites != 0 - url = "https://raw.githubusercontent.com/Aegide/autogen-fusion-sprites/master/Battlers/{1}/{1}.{2}.png" + url = "https://raw.githubusercontent.com/infinitefusion/autogen-fusion-sprites/master/Battlers/{1}/{1}.{2}.png" destPath = _INTL("{1}{2}", Settings::BATTLERS_FOLDER, head_id) sprite = download_sprite(_INTL(url, head_id, body_id), head_id, body_id, destPath) return sprite if sprite diff --git a/Data/System.rxdata b/Data/System.rxdata index a5f770be7..bfa6faf81 100644 Binary files a/Data/System.rxdata and b/Data/System.rxdata differ