pokeplatinum/res/trainers/data/dummy_126.json
scbroede f743e4dfdf
Some checks are pending
build / build (push) Waiting to run
clean up trainer files (#733)
2025-09-04 10:22:25 -07:00

38 lines
760 B
JSON

{
"name": "Mickey",
"class": "TRAINER_CLASS_BLACK_BELT",
"items": [],
"ai_flags": [
"AI_FLAG_BASIC"
],
"double_battle": false,
"party": [
{
"species": "SPECIES_RATTATA",
"form": 0,
"level": 5,
"item": null,
"moves": null,
"power": 0,
"ball_seal": 0
}
],
"messages": [
{
"type": "TRMSG_PRE_BATTLE",
"garbage": 31
},
{
"type": "TRMSG_DEFEAT",
"garbage": 30
},
{
"type": "TRMSG_POST_BATTLE",
"garbage": 28
},
{
"type": "TRMSG_REMATCH",
"garbage": 54
}
]
}