Jump to content

Albedo

New Member
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral
  1. I dont know if this help but i think the random moves from .Moves=$suggest come from this code in: https://github.com/kwsch/PKHeX/blob/master/PKHeX.WinForms/Subforms/PKM%20Editors/BatchEditor.cs case nameof(PKM.Moves): var moves = info.SuggestedMoves; Util.Shuffle(moves); Array.Resize(ref moves, 4); PKM.Moves = moves; return true;
  2. Here its a save with the same pokemon, running the code a couple times(3) ending with this pokemons main
  3. I was using this code in some Pokemons and end with random Moves on same Pokemon or Relearn Moves with legal problems .OT_Friendship=255 .Move1_PPUps=3 .Move2_PPUps=3 .Move3_PPUps=3 .Move4_PPUps=3 .IV_HP=31 .IV_ATK=31 .IV_DEF=31 .IV_SPA=31 .IV_SPD=31 .IV_SPE=31 .PKRS_Strain=1 .PKRS_Days=3 .Moves=$suggest .RelearnMoves=$suggest .EncryptionConstant=$rand .PID=$rand
×
×
  • Create New...