Fixes some outfit and trainer bugs

This commit is contained in:
infinitefusion
2024-12-22 11:11:14 -05:00
parent fd053345b1
commit 57d0118ee9
22 changed files with 9 additions and 12 deletions

View File

@@ -5,8 +5,8 @@
#==============================================================================#
module Settings
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION = '6.4.0'
GAME_VERSION_NUMBER = "6.4.0"
GAME_VERSION = '6.4.1'
GAME_VERSION_NUMBER = "6.4.1"
LATEST_GAME_RELEASE = "6.4"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17

View File

@@ -21,7 +21,7 @@ CLOTHES_GHOST = "temp"
CLOTHES_STEEL_M = "steelworkerM"
CLOTHES_STEEL_F = "steelworkerF"
CLOTHES_FIRE = "firefigther"
CLOTHES_FIRE = "fire"
CLOTHES_WATER = "waterdress"
@@ -31,7 +31,7 @@ CLOTHES_ELECTRIC = "urbanelectric"
CLOTHES_PSYCHIC = "temp"
CLOTHES_ICE = "temp"
CLOTHES_ICE = "iceoutfit"
CLOTHES_DRAGON = "dragonconqueror"

View File

@@ -16,14 +16,11 @@ module Settings
# CUSTOM SPRITES
AUTOGEN_SPRITES_REPO_URL = ""
CUSTOM_SPRITES_REPO_URL = "https://bitbucket.org/infinitefusionsprites/customsprites/raw/main/CustomBattlers/"
CUSTOM_SPRITES_NEW_URL = "https://infinitefusion.net/CustomBattlers/"
CUSTOM_SPRITES_REPO_URL = ""
CUSTOM_SPRITES_NEW_URL = ""
BASE_POKEMON_SPRITES_REPO_URL = ""
BASE_POKEMON_ALT_SPRITES_REPO_URL = "https://bitbucket.org/infinitefusionsprites/customsprites/raw/main/Other/BaseSprites/"
BASE_POKEMON_ALT_SPRITES_NEW_URL = "https://infinitefusion.net/Other/BaseSprites/"
BASE_POKEMON_ALT_SPRITES_REPO_URL = ""
BASE_POKEMON_ALT_SPRITES_NEW_URL = ""
BASE_POKEMON_SPRITESHEET_URL = "https://infinitefusion.net/spritesheets/spritesheets_base/"
CUSTOM_FUSIONS_SPRITESHEET_URL = "https://infinitefusion.net/spritesheets/spritesheets_custom/"