The Great Enspacening begins!

This commit is contained in:
Maruno17
2021-12-18 12:20:31 +00:00
parent 2480ab0f9e
commit f7b76ae62e
138 changed files with 567 additions and 567 deletions

View File

@@ -154,7 +154,7 @@ class PokemonStorage
return -1
end
def [](x,y=nil)
def [](x,y = nil)
if y==nil
return (x==-1) ? self.party : @boxes[x]
else
@@ -338,7 +338,7 @@ class RegionalStorage
getCurrentStorage.currentBox = value
end
def [](x,y=nil)
def [](x,y = nil)
getCurrentStorage[x,y]
end