mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-18 04:56:25 +13:00

This adds Tohjo Giovanni, Archer, Ariana, Prof. Blue, and fixes various bugs with my last commit. Also fixes the bug with Chris's img not having an embedded palette. I also ported over all the KEP cries that are available as a bunch were incomplete or seemingly being remade. Next step is to integrate much of this.
41 lines
642 B
NASM
41 lines
642 B
NASM
; These lists determine the battle music and victory music, and whether to
|
|
; award HAPPINESS_GYMBATTLE for winning.
|
|
|
|
; Note: CHAMPION and RED are unused for battle music checks, since they are
|
|
; accounted for prior to the list check.
|
|
|
|
GymLeaders:
|
|
db FALKNER
|
|
db WHITNEY
|
|
db BUGSY
|
|
db MORTY
|
|
db PRYCE
|
|
db JASMINE
|
|
db CHUCK
|
|
db CLAIR
|
|
db WILL
|
|
db BRUNO
|
|
db KAREN
|
|
db KOGA
|
|
; db CHAMPION
|
|
; db RED
|
|
; For now Nihon bosses will be here.
|
|
db WALKER
|
|
db LORELEI
|
|
db XXX
|
|
db IMPOSTEROAK
|
|
db AGATHA
|
|
db LEADERGIOVANNI
|
|
db GREEN
|
|
; fallthrough
|
|
KantoGymLeaders:
|
|
db BROCK
|
|
db MISTY
|
|
db LT_SURGE
|
|
db ERIKA
|
|
db JANINE
|
|
db SABRINA
|
|
db BLAINE
|
|
db BLUE
|
|
db -1
|