updates to version 6.1

This commit is contained in:
infinitefusion
2024-03-28 17:14:35 -04:00
parent e952a6f574
commit 1635409e6d
1151 changed files with 509422 additions and 5972 deletions

View File

@@ -48,7 +48,7 @@ module GameData
end
if !self::DATA.has_key?(other)
echoln _INTL("Unknown ID {1}.", other)
#echoln _INTL("Unknown ID {1}.", other)
return self::get(:PIKACHU)
end
@@ -266,6 +266,7 @@ module GameData
TrainerType.load
Trainer.load
TrainerModern.load
TrainerExpert.load
Metadata.load
MapMetadata.load
end