diff --git a/lokrez/templates/confismash/characters_corrections.j2 b/lokrez/templates/confismash/characters_corrections.j2 index 0c33798..1f45e68 100644 --- a/lokrez/templates/confismash/characters_corrections.j2 +++ b/lokrez/templates/confismash/characters_corrections.j2 @@ -122,8 +122,8 @@ "01": (-10, -40), "02": (-50, -60), "03": (30, -20), - "05": (-50, -60), - "06": (30, -20), + "05": (-10, -40), + "06": (-50, -60), "07": (30, -20), }, "squirtle": { "default": (-7, 8) }, diff --git a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 index a807725..a4e2acf 100644 --- a/lokrez/templates/meltdownlyon2020/characters_corrections.j2 +++ b/lokrez/templates/meltdownlyon2020/characters_corrections.j2 @@ -124,8 +124,8 @@ "01": (-10, -40), "02": (-50, -60), "03": (30, -20), - "05": (-50, -60), - "06": (30, -20), + "05": (-10, -40), + "06": (-50, -60), "07": (30, -20), }, "squirtle": { "default": (33, -2) }, diff --git a/lokrez/templates/rebootlyon2020/characters_corrections.j2 b/lokrez/templates/rebootlyon2020/characters_corrections.j2 index c4a212c..b159f9c 100644 --- a/lokrez/templates/rebootlyon2020/characters_corrections.j2 +++ b/lokrez/templates/rebootlyon2020/characters_corrections.j2 @@ -112,8 +112,8 @@ "01": (-10, -40), "02": (-50, -60), "03": (30, -20), - "05": (-50, -60), - "06": (30, -20), + "05": (-10, -40), + "06": (-50, -60), "07": (30, -20), }, "squirtle": { "default": (33, -2) },