mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
3 anime reference trainers
This adds Duplica, Ritchie, and Casey to various Kanto areas, aiming to make the routes a bit more populated. They're also quite strong. Minor rewrite on Silver's Victory Road quote to legitimise the lack of trainers, just like HGSS.
This commit is contained in:
parent
caa6d9ceb3
commit
8e9d1e933f
8 changed files with 179 additions and 15 deletions
|
|
@ -895,6 +895,8 @@
|
|||
const EVENT_BEAT_LASS_DANA2
|
||||
const EVENT_BEAT_LASS_DANA3
|
||||
const EVENT_BEAT_LASS_IKUE
|
||||
const EVENT_BEAT_LASS_CASEY
|
||||
const EVENT_BEAT_LASS_DUPLICA
|
||||
; Hiker
|
||||
const EVENT_BEAT_HIKER_ANTHONY2
|
||||
const EVENT_BEAT_HIKER_RUSSELL
|
||||
|
|
@ -961,6 +963,7 @@
|
|||
const EVENT_BEAT_COOLTRAINERM_KEVIN
|
||||
const EVENT_BEAT_COOLTRAINERM_STEVE
|
||||
const EVENT_BEAT_COOLTRAINERM_ALLEN
|
||||
const EVENT_BEAT_COOLTRAINERM_RITCHIE
|
||||
; CooltrainerF
|
||||
const EVENT_BEAT_COOLTRAINERF_GWEN
|
||||
const EVENT_BEAT_COOLTRAINERF_LOIS
|
||||
|
|
|
|||
|
|
@ -257,6 +257,8 @@ DEF KRIS EQU __trainer_class__
|
|||
const DANA4
|
||||
const DANA5
|
||||
const IKUE ; Name taken from LGPE, referencing Pikachu's voice actor, Ikue Otani. Technically exists in Picnicker Brooke, but it's more convenient to put her in Viridian Forest, so...
|
||||
const CASEY ; anime reference
|
||||
const DUPLICA ; anime reference
|
||||
|
||||
trainerclass JANINE ; 1a
|
||||
const JANINE1
|
||||
|
|
@ -282,6 +284,7 @@ DEF KRIS EQU __trainer_class__
|
|||
const STEVE
|
||||
const ALLEN
|
||||
const DARIN
|
||||
const RITCHIE ; anime reference
|
||||
|
||||
trainerclass COOLTRAINERF ; 1c
|
||||
const GWEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue