mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Viridian Forest fixes and enhancements
- Fixed various tile port issues and made various visual enhancements. Now generally closer to the Kanto styled Viridian Forest. - Added Lass Ikue, a trainer referencing Ikue Otani, to the area where the Yellow Lass was. Required updating the spriteset but it seems fine. - Added parties for all the trainers, which were missed on the initial import. - Fixed various inaccurate capitalisations. - Fixed gate warps. Considering adding a Honey girl here if we ever do that? - Restored various RBY NPCs in the Pewter and Viridian gates to the forest, saying largely the same stuff. Just keeps things move lively.
This commit is contained in:
parent
2a8f18ca8d
commit
1b77f551f1
13 changed files with 216 additions and 22 deletions
|
|
@ -882,6 +882,7 @@
|
|||
const EVENT_BEAT_LASS_CONNIE3
|
||||
const EVENT_BEAT_LASS_DANA2
|
||||
const EVENT_BEAT_LASS_DANA3
|
||||
const EVENT_BEAT_LASS_IKUE
|
||||
; Hiker
|
||||
const EVENT_BEAT_HIKER_ANTHONY2
|
||||
const EVENT_BEAT_HIKER_RUSSELL
|
||||
|
|
|
|||
|
|
@ -192,6 +192,7 @@ DEF KRIS EQU __trainer_class__
|
|||
const DANA3
|
||||
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...
|
||||
|
||||
trainerclass JANINE ; 1a
|
||||
const JANINE1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue