diff --git a/Data/Scripts/020_Debug/001_Editor screens/001_EditorScreens.rb b/Data/Scripts/020_Debug/001_Editor screens/001_EditorScreens.rb index d90c40762..52a7ec135 100644 --- a/Data/Scripts/020_Debug/001_Editor screens/001_EditorScreens.rb +++ b/Data/Scripts/020_Debug/001_Editor screens/001_EditorScreens.rb @@ -692,7 +692,7 @@ module TrainerPokemonProperty } moves = [] Pokemon::MAX_MOVES.times do |i| - moves.push(oldsetting[7 + i]) + moves.push(oldsetting[8 + i]) end moves.uniq! moves.compact!