PD Player

|top| — Rpg Maker Xp Pokemon Save Editor

High. Always your save file before editing, as manual changes can easily corrupt the data. Common Editable Attributes

def edit_pokemon_party(self, party_index, species=None, level=None, shiny=None): party = self.data[1].party if party_index < len(party): pkmn = party[party_index] if species: pkmn.species = species if level: pkmn.level = level if shiny is not None: pkmn.isShiny = shiny rpg maker xp pokemon save editor