Fixed a missing ) in trainers.party comment block. (#6367)

This commit is contained in:
Ruby
2025-03-02 22:00:57 +08:00
committed by GitHub
parent 17ff3e1391
commit ec8344c2ad

View File

@@ -46,7 +46,7 @@ Optional fields for Pokemon:
(Order does not matter)
- EVs (252 HP / 128 Spe / 48 Def, defaults to all 0, is not capped at 512 total)
(Order does not matter)
- Ball (Poke Ball or ITEM_POKE_BALL, defaults to Poke Ball
- Ball (Poke Ball or ITEM_POKE_BALL, defaults to Poke Ball)
- Happiness (Number between 1 and 255)
- Nature (Rash or NATURE_RASH, defaults to Hardy)
- Shiny (Yes/No, defaults to No)