mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
fixes Pokedex
This commit is contained in:
@@ -25,7 +25,7 @@ class Window_Pokedex < Window_DrawableCommand
|
||||
end
|
||||
|
||||
def species
|
||||
if self.index > @commands.size
|
||||
if self.index > @commands.size-1
|
||||
self.index = 0
|
||||
end
|
||||
current_position= self.index
|
||||
|
||||
Reference in New Issue
Block a user