mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Finalise Mt. Moon Square placement
This puts Mt. Moon Square into an area solidly reminiscent of GSC. To prevent breaking of progression, a Cut tree is placed where the exit out of Mt. Moon is. Also, I replaced a Potion with a visible Moon Stone - felt awkward not having one. It's a bit out of the way, so players have to explore, which feels correct.
This commit is contained in:
parent
dadd7ee6a6
commit
7d5f832876
8 changed files with 15 additions and 10 deletions
|
|
@ -5,6 +5,7 @@ MtMoonSquare_Object:
|
|||
warp_event 16, 3, MT_MOON_B1F, 10
|
||||
warp_event 22, 1, MT_MOON_CRATER, 1
|
||||
warp_event 11, 5, MT_MOON_SQUARE_HOUSE, 1
|
||||
warp_event 20, 9, MT_MOON_B1F, 11
|
||||
|
||||
def_bg_events
|
||||
bg_event 15, 5, 5 ; Sign
|
||||
|
|
@ -13,6 +14,6 @@ MtMoonSquare_Object:
|
|||
object_event 7, 5, SPRITE_FAIRY, WALK, ANY_DIR, 1 ; person
|
||||
object_event 5, 4, SPRITE_FAIRY, WALK, ANY_DIR, 2 ; person
|
||||
object_event 4, 6, SPRITE_FAIRY, WALK, ANY_DIR, 3 ; person
|
||||
object_event 22, 2, SPRITE_SUPER_NERD, STAY, DOWN, 4 ; person
|
||||
object_event 22, 2, SPRITE_SUPER_NERD, STAY, DOWN, 4 ; person
|
||||
|
||||
def_warps_to MT_MOON_SQUARE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue