fixes Pokedex

This commit is contained in:
infinitefusion
2022-04-16 22:13:46 -04:00
parent 1c569684c0
commit c041fad340
12 changed files with 163 additions and 170 deletions

View File

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