update 6.7

This commit is contained in:
chardub
2025-09-28 15:53:01 -04:00
parent ef5e023ae0
commit 318ff90d8d
696 changed files with 111759 additions and 198230 deletions

View File

@@ -54,14 +54,12 @@ module GameData
end
if !self::DATA.has_key?(other)
#echoln _INTL("Unknown ID {1}.", other)
return self::get(:PIKACHU)
if self == GameData::Item
return nil
else
return self::get(:PIKACHU)
end
end
#if other == :Species
# end
return self::DATA[other]
end