diff options
author | yenatch <yenatch@gmail.com> | 2014-04-13 02:06:22 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-13 02:06:22 -0400 |
commit | 1fd39f7fb9544c74f143d0c54a84aae55ea8365f (patch) | |
tree | 8ca02add77343148c3e3f5acc5cf2b15f6c5e6f1 /constants/trainer_constants.asm | |
parent | 113dd395d246de4f15f9a9ebe6124ce8d54cdaa1 (diff) |
Item usage strings and misc labels.
Diffstat (limited to 'constants/trainer_constants.asm')
-rw-r--r-- | constants/trainer_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/trainer_constants.asm b/constants/trainer_constants.asm index cfc0e26f0..d546adde4 100644 --- a/constants/trainer_constants.asm +++ b/constants/trainer_constants.asm @@ -1,3 +1,5 @@ +NUM_TRAINER_CLASSES EQU $44 + ; trainer groups FALKNER EQU $01 WHITNEY EQU $02 |