shithub: pokecrystal

Download patch

ref: f5cd6341fffddc4d244ea60df4b2c23e70d6041e
parent: 3cf49b7245340808283a8ac2b067833128afe1aa
author: mid-kid <esteve.varela@gmail.com>
date: Tue Aug 7 16:53:14 EDT 2018

Consistency with order of constant comments

--- a/data/trainers/parties.asm
+++ b/data/trainers/parties.asm
@@ -5,8 +5,8 @@
 ; - db "NAME@", TRAINERTYPE_* constant
 ; - 1 to 6 Pokémon:
 ;    * for TRAINERTYPE_NORMAL:     db level, species
-;    * for TRAINERTYPE_ITEM:       db level, species, item
 ;    * for TRAINERTYPE_MOVES:      db level, species, 4 moves
+;    * for TRAINERTYPE_ITEM:       db level, species, item
 ;    * for TRAINERTYPE_ITEM_MOVES: db level, species, item, 4 moves
 ; - db -1 ; end