6.6.1 patch

This commit is contained in:
chardub
2025-06-10 12:45:27 -04:00
parent 4ba51c7473
commit 3e6e955070
20 changed files with 58 additions and 42 deletions

View File

@@ -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

View File

@@ -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)