Fix DETAILS documentation in SIM-PROTOCOL

Fixes #8527
This commit is contained in:
Guangcong Luo 2021-11-10 08:39:28 -08:00 committed by GitHub
parent 09be6e8439
commit f189cb9559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,11 +205,11 @@ For example: `p1a: Sparky` could be a Charizard named Sparky.
- `DETAILS` is a comma-separated list of all information about a pokemon
visible on the battle screen: species, shininess, gender, and level. So it
starts with `SPECIES`, adding `, shiny` if it's shiny, `, M` if it's male,
`, F` if it's female, `, L##` if it's not level 100.
starts with `SPECIES`, adding `, L##` if it's not level 100, `M` if it's male,
`, F` if it's female, `, shiny` if it's shiny.
So, for instance, `Deoxys-Speed` is a level 100 non-shiny genderless
Deoxys (Speed forme). `Sawsbuck, shiny, F, L50` is a level 50 shiny female
Deoxys (Speed forme). `Sawsbuck, L50, F, shiny` is a level 50 shiny female
Sawsbuck (Spring form).
In Team Preview, `DETAILS` will not include information not available in