Resolved many Rubocop warnings

This commit is contained in:
Maruno17
2020-09-06 17:31:12 +01:00
parent 6c4670eaa3
commit 681a8331ab
137 changed files with 921 additions and 1200 deletions

View File

@@ -13,7 +13,7 @@ class Window_PhoneList < Window_CommandPokemon
def drawItem(index,count,rect)
return if index>=self.top_row+self.page_item_max
super
overlapCursor = drawCursor(index-1,itemRect(index-1))
drawCursor(index-1,itemRect(index-1))
end
end