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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

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

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
1734533695 1734883339