[wip] fusedPokemon

This commit is contained in:
infinitefusion
2023-08-05 12:32:35 -04:00
parent d304d223bd
commit 440a585d8c
17 changed files with 102 additions and 8 deletions

View File

@@ -30,6 +30,11 @@ module GameData
# p "Please switch to symbols, thanks."
# end
raise "Unknown ID #{other}." unless self::DATA.has_key?(other)
if other == :Species
end
return self::DATA[other]
end