Add Kuye, Sigal, Carl, and Sham

This adds the four new trainer classes as discussed before and updates the leader file while we're at it. Uther is also finally named properly. Lorelei gets her new trainersprite from the CBB scratchpads.
This commit is contained in:
Llinos Evans 2024-08-08 15:31:15 +01:00
parent 8d512bc3b0
commit d5fcc7d0d3
17 changed files with 162 additions and 17 deletions

View file

@ -776,8 +776,8 @@ DEF KRIS EQU __trainer_class__
trainerclass LORELEI ; 57
const LORELEI1
trainerclass XXX ; 58 South guy
const XXX1
trainerclass UTHER ; 58 South guy
const UTHER1
trainerclass IMPOSTEROAK ; 56
const OAK
@ -814,6 +814,18 @@ DEF KRIS EQU __trainer_class__
trainerclass JACK
const JACKY
trainerclass SIGAL
const SIGAL1
trainerclass KUYE
const KUYE1
trainerclass SHAM
const SHAM1
trainerclass CARL
const CARL1
DEF TOPAZ EQU __trainer_class__
DEF NUM_TRAINER_CLASSES EQU __trainer_class__ - 1