mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Merge branch 'main' of https://github.com/infinitefusion/infinitefusion-e18 into releases
This commit is contained in:
5953
Data/CUSTOM_SPRITES
5953
Data/CUSTOM_SPRITES
File diff suppressed because it is too large
Load Diff
@@ -338,7 +338,7 @@ class PokemonLoadScreen
|
|||||||
updateCreditsFile
|
updateCreditsFile
|
||||||
newer_version = find_newer_available_version
|
newer_version = find_newer_available_version
|
||||||
if newer_version
|
if newer_version
|
||||||
pbMessage(_INTL("Version {1} is now available! Please check the game's official page to download the newest version.", newer_version))
|
pbMessage(_INTL("Version {1} is now available! Please use the game's installer to download the newest version. Check the Discord for more information.", newer_version))
|
||||||
end
|
end
|
||||||
|
|
||||||
if ($game_temp.unimportedSprites && $game_temp.unimportedSprites.size > 0)
|
if ($game_temp.unimportedSprites && $game_temp.unimportedSprites.size > 0)
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
module Settings
|
module Settings
|
||||||
CREDITS_FILE_URL = "https://raw.githubusercontent.com/infinitefusion/sprites/main/Sprite Credits.csv"
|
SHINY_POKEMON_CHANCE = 16
|
||||||
|
CREDITS_FILE_URL = "https://gitlab.com/pokemoninfinitefusion/customsprites/-/raw/master/Sprite Credits.csv"
|
||||||
SPRITES_FILE_URL = "https://raw.githubusercontent.com/infinitefusion/infinitefusion-e18/main/Data/CUSTOM_SPRITES"
|
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"
|
VERSION_FILE_URL = "https://raw.githubusercontent.com/infinitefusion/infinitefusion-e18/main/Data/VERSION"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user