mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"name": "Mickey",
|
|
"class": "TRAINER_CLASS_CAMPER",
|
|
"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": []
|
|
} |