sovereignx/tools/learnset_helpers/porymoves_files/xd.json
Bassoonian 5d5cc76a2c
Teachable learnset helper mechanics (#3856)
* Teachable learnset helper mechanics

* Rename folder and python script

* Some teachable learnset work

* Update PoryMoves file labels

* Add header and make custom json

* Include found moves in output file

* Update SV file to latest version

* Don't run if there are no jsons to be found

* Add Basculin duplication in json

* Add universal move support to

* Ignore and skip Mew

* Integrate tool in Makefile

* Condense Basculin learnsets

* Split Oinkologne for easier generation

* Add Deoxys' XD move tutor data

* Add missing Darumaka/Yamask Galarian SwSh TMs

* Add TID species to sv.json

* Update sv.json to The Indigo Disk data

* Add Python install instructions

* Fix Makefile

* Expand header with more information

* Add config to allow disabling the learnset helper

* Update include/config/pokemon.h

Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>

* Don't crash if the config is missing

---------

Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2024-02-08 11:32:48 -03:00

20 lines
No EOL
417 B
JSON

{
"DEOXYS_NORMAL": {
"LevelMoves": [],
"PreEvoMoves": [],
"TMMoves": [],
"EggMoves": [],
"TutorMoves": [
"MOVE_BODY_SLAM",
"MOVE_DOUBLE_EDGE",
"MOVE_DREAM_EATER",
"MOVE_ICY_WIND",
"MOVE_MIMIC",
"MOVE_NIGHTMARE",
"MOVE_SEISMIC_TOSS",
"MOVE_SUBSTITUTE",
"MOVE_SWAGGER",
"MOVE_THUNDER_WAVE"
]
}
}