mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
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:
parent
8d512bc3b0
commit
d5fcc7d0d3
17 changed files with 162 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue