Added decent spacing to all scripts thanks to Rubocop

This commit is contained in:
Maruno17
2021-12-18 15:25:40 +00:00
parent f7b76ae62e
commit d17fc40a47
207 changed files with 18577 additions and 18587 deletions

View File

@@ -354,7 +354,7 @@ PokemonDebugMenuCommands.register("hiddenvalues", {
end
end
when 2 # Randomise pID
pkmn.personalID = rand(2 ** 16) | rand(2 ** 16) << 16
pkmn.personalID = rand(2**16) | rand(2**16) << 16
pkmn.calc_stats
screen.pbRefreshSingle(pkmnid)
end