mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 22:28:41 +13:00
Vermilion Officer Jenny, other things
- Adds Officer Jenny from Yellow to Vermilion City. Due to spriteset restrictions, Roingus Girl has been removed; the self-insert felt a little weird anyway. - Fuchsia City's map has been redone a little bit to more closely resemble the LGPE version, being far more walkable and aesthetically appealing. - A Firefighter has been added to Cerulean Gym!
This commit is contained in:
parent
97a99c3744
commit
3866a69a25
18 changed files with 201 additions and 34 deletions
|
|
@ -63,6 +63,7 @@
|
|||
const_skip 18
|
||||
const EVENT_BEAT_CERULEAN_GYM_TRAINER_0
|
||||
const EVENT_BEAT_CERULEAN_GYM_TRAINER_1
|
||||
const EVENT_BEAT_CERULEAN_GYM_TRAINER_2
|
||||
const EVENT_GOT_TM01
|
||||
const EVENT_GOT_TM05
|
||||
const EVENT_GOT_TM11
|
||||
|
|
@ -71,6 +72,7 @@
|
|||
|
||||
; Silph Gauntlet events ; Why is there so much free space here, my god
|
||||
; 1F Trainers
|
||||
const_next $d1
|
||||
const EVENT_BEAT_GAUNTLET_YOUNGSTER
|
||||
const EVENT_BEAT_GAUNTLET_BUG_CATCHER
|
||||
const EVENT_BEAT_GAUNTLET_STUDENT
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ DEF SHOW EQU $15
|
|||
const HS_CERULEAN_GUARD_1 ; 07
|
||||
const HS_CERULEAN_CAVE_GUY ; 08
|
||||
const HS_CERULEAN_GUARD_2 ; 09
|
||||
const HS_VERMILION_JENNY ; FC
|
||||
const HS_SAFFRON_CITY_1 ; 0A
|
||||
const HS_SAFFRON_CITY_2 ; 0B
|
||||
const HS_SAFFRON_CITY_3 ; 0C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue