mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
6.6.1 patch
This commit is contained in:
@@ -251,4 +251,5 @@ def pbStartTrade(pokemonIndex,newpoke,nickname,trainerName,trainerGender=0,saveg
|
||||
$Trainer.party[pokemonIndex] = yourPokemon
|
||||
|
||||
setDialogIconOff(@event_id) if @event_id
|
||||
return yourPokemon
|
||||
end
|
||||
|
||||
@@ -180,8 +180,8 @@ class HallOfFame_Scene
|
||||
if !@singlerow
|
||||
ret = 92 + 128 * ypositionformula(battlernumber) / 2
|
||||
else
|
||||
y_position_base = 200
|
||||
height_increase = 30
|
||||
y_position_base = 125
|
||||
height_increase = 20
|
||||
# Calculate the decrement based on the battlernumber:
|
||||
# Each pair (1-2, 3-4, etc.) will decrease y by height_increase
|
||||
y_decrement = 40 - height_increase * (battlernumber / 2)
|
||||
|
||||
@@ -1231,7 +1231,8 @@ class PokemonPartyScreen
|
||||
splicerItem = selectSplicer()
|
||||
return unless splicerItem
|
||||
if pbDNASplicing(pokemon,@scene,splicerItem)
|
||||
$PokemonBag.pbDeleteItem(splicerItem, 1) unless splicerItem == :INFINITESPLICERS || splicerItem == :INFINITESPLICER2
|
||||
echoln splicerItem
|
||||
$PokemonBag.pbDeleteItem(splicerItem, 1) unless splicerItem == :INFINITESPLICERS || splicerItem == :INFINITESPLICERS2
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user