mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-24 18:05:08 +00:00
Compare commits
1 Commits
4ba51c7473
...
6.6-prerel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47ea64728a |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
Graphics/CustomBattlers/local_sprites/*
|
Graphics/CustomBattlers/local_sprites/*
|
||||||
|
Graphics/Pokemon/FusionIcons/*
|
||||||
Graphics/Battlers/Shiny/*
|
Graphics/Battlers/Shiny/*
|
||||||
|
|
||||||
Graphics/CustomBattlers/spritesheets/*
|
Graphics/CustomBattlers/spritesheets/*
|
||||||
@@ -14,4 +15,5 @@ Data/sprites/sprites_rate_limit.log
|
|||||||
Game.rxproj
|
Game.rxproj
|
||||||
.DS_Store
|
.DS_Store
|
||||||
PBS/*
|
PBS/*
|
||||||
|
Game.exe
|
||||||
rpgmaker.sh
|
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]
|
pbDrawNumber(@battler.level,self.bitmap,@spriteBaseX+162,16) if !$game_switches[SWITCH_NO_LEVELS_MODE]
|
||||||
# Draw shiny icon
|
# Draw shiny icon
|
||||||
if @battler.shiny?
|
if @battler.shiny?
|
||||||
shinyX = (@battler.opposes?(0)) ? -8 : -6 # Foe's/player's
|
shinyX = (@battler.opposes?(0)) ? -6 : -6 # Foe's/player's
|
||||||
|
|
||||||
pokeRadarShiny= !@battler.pokemon.debugShiny? && !@battler.pokemon.naturalShiny?
|
pokeRadarShiny= !@battler.pokemon.debugShiny? && !@battler.pokemon.naturalShiny?
|
||||||
addShinyStarsToGraphicsArray(imagePos,@spriteBaseX+shinyX,15, @battler.pokemon.bodyShiny?,@battler.pokemon.headShiny?,@battler.pokemon.debugShiny?, pokeRadarShiny)
|
addShinyStarsToGraphicsArray(imagePos,@spriteBaseX+shinyX,35, @battler.pokemon.bodyShiny?,@battler.pokemon.headShiny?,@battler.pokemon.debugShiny?, pokeRadarShiny)
|
||||||
end
|
end
|
||||||
# Draw Mega Evolution/Primal Reversion icon
|
# Draw Mega Evolution/Primal Reversion icon
|
||||||
if @battler.mega?
|
if @battler.mega?
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ class PokemonGameOption_Scene < PokemonOption_Scene
|
|||||||
},
|
},
|
||||||
[
|
[
|
||||||
"Auto-selected sprites follow standard Pokémon sprites rules.",
|
"Auto-selected sprites follow standard Pokémon sprites rules.",
|
||||||
"Auto-selected sprites can be anything, including references, memes, jokes, etc."
|
"Auto-selected sprites can be anything, including references, sprites, memes, and joke sprites."
|
||||||
]
|
]
|
||||||
) ? 1 : 0
|
) ? 1 : 0
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ class AnimatedBitmap
|
|||||||
def shiftAllColors(dex_number, bodyShiny, headShiny)
|
def shiftAllColors(dex_number, bodyShiny, headShiny)
|
||||||
# pratically the same as hue_changecolors but for the animated bitmap
|
# pratically the same as hue_changecolors but for the animated bitmap
|
||||||
if isFusion(dex_number)
|
if isFusion(dex_number)
|
||||||
return if !bodyShiny && !headShiny
|
|
||||||
body_id = getBodyID(dex_number)
|
body_id = getBodyID(dex_number)
|
||||||
head_id = getHeadID(dex_number, body_id)
|
head_id = getHeadID(dex_number, body_id)
|
||||||
shiny_directory = "Graphics/Battlers/Shiny/#{head_id}.#{body_id}"
|
shiny_directory = "Graphics/Battlers/Shiny/#{head_id}.#{body_id}"
|
||||||
|
|||||||
@@ -89,6 +89,12 @@
|
|||||||
"tags": "celadon",
|
"tags": "celadon",
|
||||||
"howToGet": "city exclusive outfit"
|
"howToGet": "city exclusive outfit"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "breloomcap",
|
||||||
|
"name": "Breloom Cap",
|
||||||
|
"price": 8000,
|
||||||
|
"tags": "pokemon-shroomish,pokemon-breloom"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "bughakama",
|
"id": "bughakama",
|
||||||
"name": "Bug Hakama Dress",
|
"name": "Bug Hakama Dress",
|
||||||
@@ -545,6 +551,13 @@
|
|||||||
"tags": "azalea,",
|
"tags": "azalea,",
|
||||||
"howToGet": "city-exclusive outfit"
|
"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",
|
"id": "Ramos",
|
||||||
"name": "Gardener Outfit",
|
"name": "Gardener Outfit",
|
||||||
@@ -645,6 +658,13 @@
|
|||||||
"price": 12000,
|
"price": 12000,
|
||||||
"tags": "pokemon-slowpoke,pokemon-slowbro,pokemon-slowking"
|
"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",
|
"id": "SnowCoatFemale",
|
||||||
"name": "Blue Snow Coat (F)",
|
"name": "Blue Snow Coat (F)",
|
||||||
|
|||||||
@@ -95,12 +95,6 @@
|
|||||||
"tags": "headband,",
|
"tags": "headband,",
|
||||||
"howToGet": "reward for hatching x number of eggs? for getting every baby mon?"
|
"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",
|
"id": "brendanORAS",
|
||||||
"name": "Sporty Cap",
|
"name": "Sporty Cap",
|
||||||
@@ -1037,13 +1031,6 @@
|
|||||||
"tags": "mask,pokemon-glalie,type-ice,weather-cold,",
|
"tags": "mask,pokemon-glalie,type-ice,weather-cold,",
|
||||||
"howToGet": "gym reward"
|
"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",
|
"id": "Ramos",
|
||||||
"name": "Green Flat cap",
|
"name": "Green Flat cap",
|
||||||
@@ -1300,13 +1287,6 @@
|
|||||||
"price": 15000,
|
"price": 15000,
|
||||||
"tags": "hat,pokemon-slowbro,pokemon-slowking,pokemon-shellder"
|
"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",
|
"id": "snorlaxhat",
|
||||||
"name": "Snorlax Hat",
|
"name": "Snorlax Hat",
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
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: 4.9 KiB After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 867 B |
Reference in New Issue
Block a user