Added class Data::Ability and made all code use symbols for abilities instead of numbers. Also added class Data::Item but it's unused.

This commit is contained in:
Maruno17
2020-11-01 20:10:28 +00:00
parent c4e69d0a2e
commit 213347b938
34 changed files with 590 additions and 345 deletions

View File

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