Minor refactoring to kill various Rubocop warnings

This commit is contained in:
Maruno17
2021-12-17 20:29:47 +00:00
parent b5ee1b211d
commit 5dc64f1709
46 changed files with 145 additions and 151 deletions

View File

@@ -116,7 +116,7 @@ module GameData
"BaseEXP" => [0, "v"],
"EffortPoints" => [0, "uuuuuu"],
"HiddenAbility" => [0, "*e", :Ability],
"StepsToHatch" => [0, "v"],
"StepsToHatch" => [0, "v"]
}
if compiling_forms
ret["PokedexForm"] = [0, "u"]

View File

@@ -30,7 +30,7 @@ module GameData
"Shiny" => [:shininess, "b"],
"SuperShiny" => [:super_shininess, "b"],
"Shadow" => [:shadowness, "b"],
"Ball" => [:poke_ball, "e", :Item],
"Ball" => [:poke_ball, "e", :Item]
}
extend ClassMethodsSymbols