mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed demo party not clearing the party before adding itself, fixed Pokémon icon renamer/mover not moving shiny Pokémon icons properly, added GameData#Something#keys method
This commit is contained in:
@@ -543,6 +543,7 @@ DebugMenuCommands.register("demoparty", {
|
||||
for id in species
|
||||
party.push(id) if GameData::Species.exists?(id)
|
||||
end
|
||||
$Trainer.party.clear
|
||||
# Generate Pokémon of each species at level 20
|
||||
party.each do |species|
|
||||
pkmn = Pokemon.new(species, 20)
|
||||
|
||||
Reference in New Issue
Block a user