Editor
Sync Pair
Sync Grid
Scout Intro
Valid
Valid

Advanced options

Save

Imported images are not saved.

Images adjustments

You can use ←↑↓→ on your keyboard or directly enter a number.


Background

Trainer

Move user icon

Pokemon

Pokemon2

Trainer

Trainer2

Scout Screen

Trainer

Pokémon



Mode

Change the layout of the editor.


HELP

(Common mistake)
Pay attention to the , inside [{},{}] if multiple {}

1 {}

[
  {
    "propertie": "value", 
    "propertie": "value"
  }
]

2 {} and ,

[
  {
    "propertie": "value", 
    "propertie": "value"
  },
  {
    "propertie": "value", 
    "propertie": "value"
  }
]

(Common mistake)
Pay attention to the , inside { } if multiple "propertie":"value"

1 "propertie": "value"

{
  "propertie": "value"
}

2 "propertie": "value" and ,

{
  "propertie": "value", 
  "propertie": "value"
}

Image↓ button don't work

Make sure to not have image from custom url in your code. Import them with the buttons.

Rarity

1 to 5

6 for acces to EX but not EXed or 7 for EXed icon

Role & Gender

"Special Strike" "Physical Strike" "Tech" "Support" "Sprint" "Field"

"Male" "Female" "" (empty quotes)

Shiny Icon

(shiny) before the name of Pokemon

I don't want the stats

Put all stats to 0. If 2 Pokémon, all stat should be 0.

I don't want a second Pokemon

Remove one {pokemon} inside the "pokemon": []

"pokemon": [
  {
    "name": "Pikachu",
    "formName": "Normal",
  },
  {
    "name": "Pikachu",
    "formName": "Shiny",
  }
],

like this

"pokemon": [
  {
    "name": "Pikachu",
    "formName": "Normal",
  }
],

I don't want passiveMaster/passives2/lucky/syncMove2/movesMAX

Remove {passive}/{move} inside the [] to make it empty

"passivesMaster": [
  {
    "name": "Master Passive",
    "description": ""
  }
],

like this

"passivesMaster": [],

Hide one specific move

Put the move's name or type to "" (empty quotes).
1 move hidden =/= having 3 moves in this case.

Trainer move

Put the move's type to trainer.

Move user

pokemon, pokemon2, trainer, trainer2 or ""

Buddy Move

(b move) before the name of a move

Background

Click on the background to change the display.

EX Effect

Add (ex:blabla) in the sync move description to add an EX effect.

You can specify +strike +tech +support +sprint +field [field] instead of blabla to quickly add the effect for the role you want.

You can add multiple [field]separate by a , if you want. For example, (ex:+field Electric Terrain,Fairy Zone)

Bug/Suggestion/Question

Contact u/Xtraterrestre on reddit.

NEWS

  • 2024-04-24 : Add v2.44.0
  • 2024-03-27 : Add v2.43.0
  • 2024-02-26 : Add v2.42.0
  • 2024-01-29 : Add v2.41.0
  • 2023-12-26 : Add v2.40.0
  • 2023-11-28 : Add v2.39.0
  • 2023-10-27 : Add v2.38.0
  • 2023-09-27 : Add v2.37.0
  • 2023-08-28 : Add EX Roles + EX effect in sync move description (look at the "Need help?" section for details)
  • 2023-08-24 : Add v2.36.0
  • 2023-07-27 : Add v2.35.0
  • 2023-06-28 : Add v2.34.0
  • 2023-05-29 : Add v2.33.0
  • 2023-04-25 : Add v2.32.0
  • 2023-03-29 : Add v2.31.0
  • 2023-02-24 : Add v2.30.0
  • 2023-02-17 : - Add theme skills icons
    - Add a "max stat checker" (try to put 999 in a stat and move your mouse pointer on the /!\ icon)
  • 2023-01-27 : Add v2.29.0
  • 2022-12-26 : Add v2.28.0
  • 2022-11-28 : Add v2.27.0
  • 2022-11-08 : Add a "Scout screen" creator
  • 2022-10-27 : Add v2.26.0
  • 2022-10-02 : Added two layouts in expanded view
  • 2022-09-26 : Sync Pairs from v2.25.0 added
  • 2022-08-30 : - Add B Move support
    - To standardize the template for everyone, force the vertical mode for some screen sizes
  • 2022-08-26 : Sync Pairs from v2.24.0 added
  • 2022-08-08 : Sync Pairs from v2.23.5 added
  • 2022-07-27 : Sync Pairs from v2.23.0 added
  • 2022-06-28 : Sync Pairs from v2.22.0 added
  • 2022-06-16 : New features added
    - Save your current sync pair
    - Images adjustments options
    - List view of selected tiles (don't need to create an entire grid) (click on the pokemon icon in the middle of the grid)
    - Select a grid tile ==> Jump to the corresponding code in the editor and highlight it (you just have to edit)
  • 2022-06-06 : Sync Grid support added
  • 2022-05-26 : Sync Pairs from v2.21.0 added
  • 2022-05-02 : Sync Pairs from v2.20.0 added
  • 2022-05-02 : Hello, Pokémon World !

Preset 1

Role

EX Role

Type

Weakness

HP

Attack

Defense

Sp. Atk

Sp. Def

Speed

Moves
Passive Skills
Lucky Skills
Theme Skills

Made by __ with https://pomasters.github.io/SyncPairEditor/

Selected tiles

Sync Grid made with https://pomasters.github.io/SyncPairEditor/

60

0

/

/

0

0

0

Sync Grid made with https://pomasters.github.io/SyncPairEditor/

Made with https://pomasters.github.io/SyncPairEditor/