Code tidying with Rubocop

This commit is contained in:
Maruno17
2023-07-18 22:42:10 +01:00
parent 6053363715
commit a5734eaf46
68 changed files with 276 additions and 232 deletions

View File

@@ -208,7 +208,7 @@ class PokemonRegionMap_Scene
end
end
def pbGetMapDetails(x, y) # From Wichu, with my help
def pbGetMapDetails(x, y)
return "" if !@map.point
@map.point.each do |point|
next if point[0] != x || point[1] != y