Battlers now make use of Ability objects to be consistent with Pokemon objects

This commit is contained in:
Maruno17
2020-11-04 21:27:56 +00:00
parent 9dc6da0742
commit ff70791104
26 changed files with 189 additions and 183 deletions

View File

@@ -268,7 +268,7 @@ class PokemonLoadScreen
$scene = nil
return
end
Data::Ability.load
PokemonData::Ability.load
commands = []
cmdContinue = -1
cmdNewGame = -1