diff options
author | yenatch <yenatch@gmail.com> | 2014-06-14 22:33:23 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-14 22:35:00 -0700 |
commit | db2760267983aa680d58762b6acdd39a53f7f948 (patch) | |
tree | d8903f31e3dfc29586544afece8a671d89c03abb /trainers/trainers.asm | |
parent | e6271ca450ea051de57a666868061f94a0a679ed (diff) |
Name and comment the trainer party reader.
Reads the contents of trainers/trainers.asm.
Diffstat (limited to 'trainers/trainers.asm')
-rw-r--r-- | trainers/trainers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trainers/trainers.asm b/trainers/trainers.asm index 85b0a9ac6..f1d1b75eb 100644 --- a/trainers/trainers.asm +++ b/trainers/trainers.asm @@ -5,7 +5,7 @@ ; Type ; 0: Level, species ; 1: Level, species, moves - ; 2: Level, sepcies, item + ; 2: Level, species, item ; 3: Level, species, item, moves ; Party ; Up to six monsters following the data type |