mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Cleaned up evolution method definitions, rewrote the "Fill Bag" Debug feature to make it much faster, removed all instances of changing the game window's title
This commit is contained in:
@@ -21,7 +21,7 @@ class PokemonBag
|
||||
@choices[i] = 0
|
||||
end
|
||||
@registeredItems = []
|
||||
@registeredIndex = [0, 0, 1]
|
||||
@registeredIndex = [0, 0, 1] # Used by the Ready Menu to remember cursor positions
|
||||
end
|
||||
|
||||
def rearrange
|
||||
@@ -44,6 +44,9 @@ class PokemonBag
|
||||
|
||||
def clear
|
||||
@pockets.each { |pocket| pocket.clear }
|
||||
for i in 0..PokemonBag.numPockets
|
||||
@choices[i] = 0
|
||||
end
|
||||
end
|
||||
|
||||
def pockets
|
||||
|
||||
Reference in New Issue
Block a user