diff --git a/Data/MapInfos.rxdata b/Data/MapInfos.rxdata index d8166eb84..b57e969e5 100644 Binary files a/Data/MapInfos.rxdata and b/Data/MapInfos.rxdata differ diff --git a/Data/Scripts/051_AddOns/HttpCalls.rb b/Data/Scripts/051_AddOns/HttpCalls.rb index 8fb102aa1..407cc4657 100644 --- a/Data/Scripts/051_AddOns/HttpCalls.rb +++ b/Data/Scripts/051_AddOns/HttpCalls.rb @@ -40,7 +40,7 @@ def download_file(url, saveLocation) echoln _INTL("\nDownloaded file {1} to {2}", url, saveLocation) return saveLocation else - echoln _INTL("Tried to download file {1} . Got response {2}",url,response[:body]) + echoln _INTL("Tried to download file {1}.",url) end return nil rescue MKXPError, Errno::ENOENT => error @@ -81,7 +81,7 @@ def download_sprite(base_path, head_id, body_id, saveLocation = "Graphics/temp", echoln _INTL("\nDownloaded file from {1} to {2}", base_path, saveLocation) return downloaded_file_name end - echoln "tried to download " + url + echoln _INTL("Tried to download file {1} . Got response {2}",url,response[:body]) return nil rescue MKXPError, Errno::ENOENT return nil diff --git a/Data/Scripts/DownloadedSettings.rb b/Data/Scripts/DownloadedSettings.rb index 3ebcec190..3dde30ae4 100644 --- a/Data/Scripts/DownloadedSettings.rb +++ b/Data/Scripts/DownloadedSettings.rb @@ -1,15 +1,15 @@ module Settings SHINY_POKEMON_CHANCE = 16 - CREDITS_FILE_URL = "https://gitlab.com/pokemoninfinitefusion/customsprites/-/raw/master/Sprite Credits.csv" + CREDITS_FILE_URL = "https://gitlab.com/infinitefusion2/customsprites/-/raw/master/Sprite Credits.csv" SPRITES_FILE_URL = "https://raw.githubusercontent.com/infinitefusion/infinitefusion-e18/main/Data/CUSTOM_SPRITES" VERSION_FILE_URL = "https://raw.githubusercontent.com/infinitefusion/infinitefusion-e18/main/Data/VERSION" CUSTOM_DEX_FILE_URL = "https://raw.githubusercontent.com/infinitefusion/infinitefusion-e18/main/Data/dex.json" - AUTOGEN_SPRITES_REPO_URL = "https://gitlab.com/pokemoninfinitefusion/autogen-fusion-sprites/-/raw/master/Battlers/" - CUSTOM_SPRITES_REPO_URL = "https://gitlab.com/pokemoninfinitefusion/customsprites/-/raw/master/CustomBattlers/" - BASE_POKEMON_SPRITES_REPO_URL = "https://gitlab.com/pokemoninfinitefusion/autogen-fusion-sprites/-/raw/master/Battlers/" - BASE_POKEMON_ALT_SPRITES_REPO_URL = "https://gitlab.com/pokemoninfinitefusion/customsprites/-/raw/master/Other/BaseSprites/" + AUTOGEN_SPRITES_REPO_URL = "https://gitlab.com/infinitefusion2/autogen-fusion-sprites/-/raw/main/Battlers/" + CUSTOM_SPRITES_REPO_URL = "https://gitlab.com/infinitefusion2/customSprites/-/raw/master/CustomBattlers/" + BASE_POKEMON_SPRITES_REPO_URL = "https://gitlab.com/infinitefusion2/autogen-fusion-sprites/-/raw/main/Battlers/" + BASE_POKEMON_ALT_SPRITES_REPO_URL = "https://gitlab.com/infinitefusion2/customSprites/-/raw/main/Other/BaseSprites/" DISCORD_URL = "https://discord.com/invite/infinitefusion" WIKI_URL = "https://infinitefusion.fandom.com/" diff --git a/Data/System.rxdata b/Data/System.rxdata index 031b19368..ed349dcfb 100644 Binary files a/Data/System.rxdata and b/Data/System.rxdata differ