mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +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
|
|
@ -21,7 +21,6 @@ TrainerClassMoveChoiceModifications:
|
|||
move_choices 1 ; BIKER
|
||||
move_choices 1, 3 ; BURGLAR
|
||||
move_choices 1 ; ENGINEER
|
||||
move_choices 1, 3, ; UNUSED_JUGGLER
|
||||
move_choices 1, 3 ; FISHER
|
||||
move_choices 1, 3 ; SWIMMER
|
||||
move_choices ; CUE_BALL
|
||||
|
|
@ -56,4 +55,9 @@ TrainerClassMoveChoiceModifications:
|
|||
move_choices 1 ; CHANNELER
|
||||
move_choices 1 ; AGATHA
|
||||
move_choices 1, 3 ; LANCE
|
||||
move_choices 1, 3, ; YUJIROU, was UNUSED_JUGGLER
|
||||
move_choices 1, 3, ; STUDENT
|
||||
move_choices 1, 3, ; FIREFIGHTER
|
||||
move_choices 1, 3, ; JUNIOR
|
||||
move_choices 1, 3, ; JACK
|
||||
assert_list_length NUM_TRAINERS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue