diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-21 10:43:42 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-21 10:43:42 -0400 |
commit | 97cc513f54b6213a31070b0875fd85e920a2109b (patch) | |
tree | 29a92dcd0203ad6a48595c566fa61a350b6ec7d5 /constants/trainer_constants.asm | |
parent | 6c25592b8c43afe9780968da88f9b06cbb526e72 (diff) |
Plus 4 on person events; feeble attempt to annotate color functions
Diffstat (limited to 'constants/trainer_constants.asm')
-rw-r--r-- | constants/trainer_constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/trainer_constants.asm b/constants/trainer_constants.asm index 9da19e44e..7113e3dec 100644 --- a/constants/trainer_constants.asm +++ b/constants/trainer_constants.asm @@ -1,6 +1,11 @@ ; trainer groups enum_start trainerclass PHONE ; 0 + const MOM_PHONE + const OAK_PHONE + const BILL_PHONE + const ELM_PHONE + const BUENA_PHONE trainerclass FALKNER ; 1 |