mirror of https://github.com/pret/pokecrystal.git
Consistency with order of constant comments
This commit is contained in:
parent
3cf49b7245
commit
f5cd6341ff
|
@ -5,8 +5,8 @@ Trainers:
|
||||||
; - db "NAME@", TRAINERTYPE_* constant
|
; - db "NAME@", TRAINERTYPE_* constant
|
||||||
; - 1 to 6 Pokémon:
|
; - 1 to 6 Pokémon:
|
||||||
; * for TRAINERTYPE_NORMAL: db level, species
|
; * for TRAINERTYPE_NORMAL: db level, species
|
||||||
; * for TRAINERTYPE_ITEM: db level, species, item
|
|
||||||
; * for TRAINERTYPE_MOVES: db level, species, 4 moves
|
; * 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
|
; * for TRAINERTYPE_ITEM_MOVES: db level, species, item, 4 moves
|
||||||
; - db -1 ; end
|
; - db -1 ; end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue