Lots of new trainer classes & pics, port kep cries

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.
This commit is contained in:
Llinos Evans 2024-07-25 02:18:19 +01:00
parent 2a1e28d3c9
commit 37980e84d0
31 changed files with 392 additions and 123 deletions

View file

@ -1097,10 +1097,19 @@
const EVENT_BEAT_LEADER_SOUTHGUY
const EVENT_BEAT_LEADER_IMPOSTEROAK
const EVENT_BEAT_LEADER_AGATHA
const EVENT_BEAT_TOHJO_GIOVANNI
const EVENT_BEAT_LEADER_GIOVANNI
const EVENT_BEAT_LEADER_GREEN
const EVENT_BEAT_KURT
; Unused: next 93 events
const EVENT_BEAT_ARIANA1
const EVENT_BEAT_ARIANA2
const EVENT_BEAT_ARIANA3
const EVENT_BEAT_ARIANA4
const EVENT_BEAT_ARCHER1
const EVENT_BEAT_ARCHER2
const EVENT_BEAT_ARCHER3
const EVENT_BEAT_PROFBLUE
; Unused: next 85 events
const_next 1600
; Sprite visibility flags

View file

@ -121,8 +121,8 @@
const SPRITE_BANCHOMAN ; Bancho student with a pompadour.
const SPRITE_ENOKI ; Prototype Morty, may use somewhere.
const SPRITE_IMPOSTER_OAK
const GOLD_SKATEBOARD
const SILVERS_SISTER
const SPRITE_GOLD_SKATEBOARD
const SPRITE_SILVERS_SISTER
; KEP imports proceeding...
const SPRITE_OWVOLTORB
@ -135,7 +135,7 @@
const SPRITE_GREEN
const SPRITE_OWDIGLETT
const SPRITE_CAT
const SPRITE_PWARBOK
const SPRITE_OWARBOK
const SPRITE_BAOBA
const SPRITE_SILPH_PRESIDENT
const SPRITE_SAFARI_ZONE_WORKER

View file

@ -743,10 +743,12 @@ DEF KRIS EQU __trainer_class__
const DALI
trainerclass SOLDIER ; 52
const PEPPINO ; unused, may change
const WIART ; unused, named after Adrian Carton de Wiart, a famous Irish-Belgian soldier who was shot in most parts of the body and fought in so many wars, just because he thought it was fun.
; Flynn
trainerclass SPORTSMAN ; 53
const JACQUES ; unused
; Pele?
trainerclass AEROFOSSIL ; 54
const FOSSIL1
@ -770,6 +772,9 @@ DEF KRIS EQU __trainer_class__
trainerclass AGATHA ; 56
const AGATHA1
trainerclass COATGIOVANNI ; 56
const GIOVANNI1
trainerclass LEADERGIOVANNI ; 56
const GIOVANNI3
@ -778,6 +783,15 @@ DEF KRIS EQU __trainer_class__
trainerclass KURT ; 56
const KURT1
trainerclass ARIANA
const ARIANA1
trainerclass ARCHER
const ARCHER1
trainerclass PROFBLUE
const PROFBLUE1
DEF TOPAZ EQU __trainer_class__
DEF NUM_TRAINER_CLASSES EQU __trainer_class__ - 1