mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 06:38:40 +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
|
|
@ -46,6 +46,10 @@ TrainerDataPointers:
|
|||
dw AgathaData
|
||||
dw LanceData
|
||||
dw YujirouData ; was unused juggler
|
||||
dw StudentData
|
||||
dw FirefighterData
|
||||
dw JuniorData
|
||||
dw JackData
|
||||
|
||||
; if first byte != $FF, then
|
||||
; first byte is level (of all pokemon on this team)
|
||||
|
|
@ -858,3 +862,11 @@ YujirouData: ; was unused juggler
|
|||
db $FF, 7, KONYA, 7, RATTATA, 10, LICKITUNG, 0
|
||||
; post-game rematch team (currently unused)
|
||||
db $FF, 66, PERSIAN, 67, TAUROS, 67, MADAAMU, 66, BLISSEY, 67, SNORLAX, 70, LICKILICKY, 0
|
||||
|
||||
StudentData:
|
||||
|
||||
FirefighterData:
|
||||
|
||||
JuniorData:
|
||||
|
||||
JackData:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue