mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
38 lines
760 B
JSON
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
|
|
}
|
|
]
|
|
} |