Revert "[wip] fusedPokemon"

This reverts commit 440a585d8c.
This commit is contained in:
infinitefusion
2023-08-05 12:33:50 -04:00
parent 440a585d8c
commit 1a9846f72f
17 changed files with 8 additions and 102 deletions

View File

@@ -30,11 +30,6 @@ 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