mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-23 17:45:06 +00:00
Compare commits
8 Commits
6.6-prerel
...
4ba51c7473
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ba51c7473 | ||
|
|
aa795459b4 | ||
|
|
fd3429c3b5 | ||
|
|
a50151c4af | ||
|
|
3622cb9bed | ||
|
|
23de3cb6e4 | ||
|
|
451490edc7 | ||
|
|
30db0a406c |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
Graphics/CustomBattlers/local_sprites/*
|
||||
Graphics/Pokemon/FusionIcons/*
|
||||
Graphics/Battlers/Shiny/*
|
||||
|
||||
Graphics/CustomBattlers/spritesheets/*
|
||||
@@ -15,5 +14,4 @@ Data/sprites/sprites_rate_limit.log
|
||||
Game.rxproj
|
||||
.DS_Store
|
||||
PBS/*
|
||||
Game.exe
|
||||
rpgmaker.sh
|
||||
|
||||
BIN
Data/.DS_Store
vendored
BIN
Data/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -245,10 +245,10 @@ class PokemonDataBox < SpriteWrapper
|
||||
pbDrawNumber(@battler.level,self.bitmap,@spriteBaseX+162,16) if !$game_switches[SWITCH_NO_LEVELS_MODE]
|
||||
# Draw shiny icon
|
||||
if @battler.shiny?
|
||||
shinyX = (@battler.opposes?(0)) ? -6 : -6 # Foe's/player's
|
||||
shinyX = (@battler.opposes?(0)) ? -8 : -6 # Foe's/player's
|
||||
|
||||
pokeRadarShiny= !@battler.pokemon.debugShiny? && !@battler.pokemon.naturalShiny?
|
||||
addShinyStarsToGraphicsArray(imagePos,@spriteBaseX+shinyX,35, @battler.pokemon.bodyShiny?,@battler.pokemon.headShiny?,@battler.pokemon.debugShiny?, pokeRadarShiny)
|
||||
addShinyStarsToGraphicsArray(imagePos,@spriteBaseX+shinyX,15, @battler.pokemon.bodyShiny?,@battler.pokemon.headShiny?,@battler.pokemon.debugShiny?, pokeRadarShiny)
|
||||
end
|
||||
# Draw Mega Evolution/Primal Reversion icon
|
||||
if @battler.mega?
|
||||
|
||||
@@ -132,7 +132,7 @@ class PokemonGameOption_Scene < PokemonOption_Scene
|
||||
},
|
||||
[
|
||||
"Auto-selected sprites follow standard Pokémon sprites rules.",
|
||||
"Auto-selected sprites can be anything, including references, sprites, memes, and joke sprites."
|
||||
"Auto-selected sprites can be anything, including references, memes, jokes, etc."
|
||||
]
|
||||
) ? 1 : 0
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ class AnimatedBitmap
|
||||
def shiftAllColors(dex_number, bodyShiny, headShiny)
|
||||
# pratically the same as hue_changecolors but for the animated bitmap
|
||||
if isFusion(dex_number)
|
||||
return if !bodyShiny && !headShiny
|
||||
body_id = getBodyID(dex_number)
|
||||
head_id = getHeadID(dex_number, body_id)
|
||||
shiny_directory = "Graphics/Battlers/Shiny/#{head_id}.#{body_id}"
|
||||
|
||||
@@ -89,12 +89,6 @@
|
||||
"tags": "celadon",
|
||||
"howToGet": "city exclusive outfit"
|
||||
},
|
||||
{
|
||||
"id": "breloomcap",
|
||||
"name": "Breloom Cap",
|
||||
"price": 8000,
|
||||
"tags": "pokemon-shroomish,pokemon-breloom"
|
||||
},
|
||||
{
|
||||
"id": "bughakama",
|
||||
"name": "Bug Hakama Dress",
|
||||
@@ -551,13 +545,6 @@
|
||||
"tags": "azalea,",
|
||||
"howToGet": "city-exclusive outfit"
|
||||
},
|
||||
{
|
||||
"id": "pumpkaboohelmet",
|
||||
"name": "Pumpkaboo Helmet",
|
||||
"description": "A hollowed out pumpkin that looks like a Pumpkaboo!",
|
||||
"price": 1031,
|
||||
"tags": "pokemon-pumpkaboo,pokemon-gourgeist,"
|
||||
},
|
||||
{
|
||||
"id": "Ramos",
|
||||
"name": "Gardener Outfit",
|
||||
@@ -658,13 +645,6 @@
|
||||
"price": 12000,
|
||||
"tags": "pokemon-slowpoke,pokemon-slowbro,pokemon-slowking"
|
||||
},
|
||||
{
|
||||
"id": "sneaselfeather",
|
||||
"name": "Sharp Feather",
|
||||
"description": "A feather worn on the head that ressembles the ear of a Sneasel.",
|
||||
"price": 4000,
|
||||
"tags": "pokemon-sneasel,pokemon-weavile,"
|
||||
},
|
||||
{
|
||||
"id": "SnowCoatFemale",
|
||||
"name": "Blue Snow Coat (F)",
|
||||
|
||||
@@ -95,6 +95,12 @@
|
||||
"tags": "headband,",
|
||||
"howToGet": "reward for hatching x number of eggs? for getting every baby mon?"
|
||||
},
|
||||
{
|
||||
"id": "breloomcap",
|
||||
"name": "Breloom Cap",
|
||||
"price": 8000,
|
||||
"tags": "pokemon-shroomish,pokemon-breloom"
|
||||
},
|
||||
{
|
||||
"id": "brendanORAS",
|
||||
"name": "Sporty Cap",
|
||||
@@ -1031,6 +1037,13 @@
|
||||
"tags": "mask,pokemon-glalie,type-ice,weather-cold,",
|
||||
"howToGet": "gym reward"
|
||||
},
|
||||
{
|
||||
"id": "pumpkaboohelmet",
|
||||
"name": "Pumpkaboo Helmet",
|
||||
"description": "A hollowed out pumpkin that looks like a Pumpkaboo!",
|
||||
"price": 1031,
|
||||
"tags": "pokemon-pumpkaboo,pokemon-gourgeist,"
|
||||
},
|
||||
{
|
||||
"id": "Ramos",
|
||||
"name": "Green Flat cap",
|
||||
@@ -1287,6 +1300,13 @@
|
||||
"price": 15000,
|
||||
"tags": "hat,pokemon-slowbro,pokemon-slowking,pokemon-shellder"
|
||||
},
|
||||
{
|
||||
"id": "sneaselfeather",
|
||||
"name": "Sharp Feather",
|
||||
"description": "A feather worn on the head that ressembles the ear of a Sneasel.",
|
||||
"price": 4000,
|
||||
"tags": "pokemon-sneasel,pokemon-weavile,"
|
||||
},
|
||||
{
|
||||
"id": "snorlaxhat",
|
||||
"name": "Snorlax Hat",
|
||||
|
||||
7
Data/sprites/updated_spritesheets_cache
Normal file
7
Data/sprites/updated_spritesheets_cache
Normal file
@@ -0,0 +1,7 @@
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_base/4.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/7/7b.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/19/19.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_base/16.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/4/4a.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/16/16.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/4/4.png
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 4.6 KiB |
BIN
Graphics/Pokemon/FusionIcons/icon8020.png
Normal file
BIN
Graphics/Pokemon/FusionIcons/icon8020.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 867 B |
Reference in New Issue
Block a user