mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed Battle Tower/Cups/Palace, fixed bug when using Metronome, fixed bad AI for Conversion/Conversion 2
This commit is contained in:
@@ -748,9 +748,10 @@ class PokemonParty_Scene
|
||||
end
|
||||
when Input::UP
|
||||
if currentsel >= Settings::MAX_PARTY_SIZE
|
||||
begin
|
||||
currentsel -= 1
|
||||
while currentsel > 0 && currentsel < Settings::MAX_PARTY_SIZE && !@party[currentsel]
|
||||
currentsel -= 1
|
||||
end while currentsel > 0 && !@party[currentsel]
|
||||
end
|
||||
else
|
||||
begin
|
||||
currentsel -= 2
|
||||
|
||||
Reference in New Issue
Block a user