Merge branch 'dev' into ai

This commit is contained in:
Maruno17
2022-11-05 20:42:12 +00:00
33 changed files with 198 additions and 168 deletions

View File

@@ -9,8 +9,8 @@ module MultipleForms
@@formSpecies.add(sym, hash)
end
def self.registerIf(cond, hash)
@@formSpecies.addIf(cond, hash)
def self.registerIf(sym, cond, hash)
@@formSpecies.addIf(sym, cond, hash)
end
def self.hasFunction?(pkmn, func)