mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Merge branch 'master' of https://github.com/PlagueVonKarma/kep-hack
This commit is contained in:
commit
68205d505c
|
@ -2,6 +2,11 @@ Kanto Expansion Pak
|
|||
===================
|
||||
This is a ROM Hack of Pokémon Red and Blue, aiming to expand the dex with
|
||||
|
||||
Improved areas
|
||||
====
|
||||
- Rock Tunnel has a more workable map, now being easier to go through and having new areas to explore. Includes a way to get renewable fossils, items, and other interesting bits and pieces. Overall, it makes Flash much more rewarding to bring, showing you where the items and content are instead of being an inconvenience.
|
||||
- Diglett's Cave has the prototype music and a more detailed map. Plus, if you go back after getting Surf, you'll be able to access a neat little island.
|
||||
|
||||
QoL Enhancements
|
||||
====
|
||||
- PC added to Celadon Hotel where the event usually is. Why not?
|
||||
|
|
|
@ -8,5 +8,6 @@ DiglettsCave_Object:
|
|||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 30, 15, SPRITE_MONSTER, WALK, DOWN, 9, CROCKY, 40
|
||||
|
||||
def_warps_to DIGLETTS_CAVE
|
||||
|
|
|
@ -18,5 +18,9 @@ RockTunnelB1F_Object:
|
|||
object_event 14, 28, SPRITE_COOLTRAINER_F, STAY, RIGHT, 6, OPP_JR_TRAINER_F, 10
|
||||
object_event 33, 5, SPRITE_HIKER, STAY, RIGHT, 7, OPP_HIKER, 11
|
||||
object_event 26, 30, SPRITE_SUPER_NERD, STAY, DOWN, 8, OPP_POKEMANIAC, 5
|
||||
object_event 7, 24, SPRITE_MON, WALK, DOWN, 9, KABUTOPS, 40
|
||||
object_event 7, 23, SPRITE_FOSSIL, STAY, NONE, 10, HELIX_FOSSIL
|
||||
object_event 6, 23, SPRITE_FOSSIL, STAY, NONE, 11, DOME_FOSSIL
|
||||
|
||||
|
||||
def_warps_to ROCK_TUNNEL_B1F
|
||||
|
|
|
@ -1 +1 @@
|
|||
,+>++++>
|
||||
,++,+>,@AAB+0vv+vvnn+vvL+v)vztvvvvvvrujosTWUUUU2sts+pjkkk[o>~[[[[o
|
Loading…
Reference in a new issue