mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Extra trainer classes, new bold P
I changed the P image to match the font used in the prototype assets. Also, because Yujirou has a pic all alone in that one bank, I added the other 4 beta trainer classes that never got used. They're all ready to be used, just need teams and a place to go, but I want to address trainer line-ups last code-wise.
This commit is contained in:
parent
c4d780b8c7
commit
4669dbc53a
14 changed files with 49 additions and 15 deletions
|
|
@ -62,4 +62,8 @@ ENDM
|
|||
trainer_const AGATHA ; $2E
|
||||
trainer_const LANCE ; $2F
|
||||
trainer_const YUJIROU ; $0D, was unused juggler, also not 0D but I can't be bothered to change everything
|
||||
trainer_const STUDENT
|
||||
trainer_const FIREFIGHTER
|
||||
trainer_const JUNIOR
|
||||
trainer_const JACK
|
||||
DEF NUM_TRAINERS EQU const_value - 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue