mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 14:48:43 +13:00
brunswick items
In the glade and trail could possibly move some to the grotto itself; I wasn't sure what to put there I realised that I don't have polishedmap on this laptop so you'll want to move the items elsewhere
This commit is contained in:
parent
2b2c95e52b
commit
5eb44b1794
16 changed files with 29 additions and 1 deletions
|
|
@ -8,11 +8,15 @@ BrunswickGlade_Object:
|
|||
warp_event 9, 0, BRUNSWICK_GROTTO, 2
|
||||
|
||||
def_bg_events
|
||||
bg_event 14, 24, 4
|
||||
bg_event 14, 24, 8 ; Sign
|
||||
|
||||
def_object_events
|
||||
object_event 32, 25, SPRITE_BIRD, STAY, DOWN, 1
|
||||
object_event 20, 18, SPRITE_BIRD, STAY, RIGHT, 2
|
||||
object_event 9, 3, SPRITE_BIRD, STAY, UP, 3
|
||||
object_event 6, 15, SPRITE_POKE_BALL, STAY, NONE, 4, TM_THUNDER ; itemball1
|
||||
object_event 6, 15, SPRITE_POKE_BALL, STAY, NONE, 5, LEAF_STONE ; itemball2
|
||||
object_event 6, 15, SPRITE_POKE_BALL, STAY, NONE, 6, REVIVE ; itemball3
|
||||
object_event 6, 15, SPRITE_POKE_BALL, STAY, NONE, 7, HYPER_POTION ; itemball4
|
||||
|
||||
def_warps_to BRUNSWICK_GLADE
|
||||
|
|
@ -16,5 +16,7 @@ BrunswickTrail_Object:
|
|||
object_event 54, 9, SPRITE_BIRD, STAY, UP, 6 ; person, GZap
|
||||
object_event 6, 16, SPRITE_COOLTRAINER_F, STAY, LEFT, 7 ; person, Lover1
|
||||
object_event 6, 15, SPRITE_BRUNETTE_GIRL, STAY, LEFT, 8 ; person, Lover2
|
||||
object_event 6, 15, SPRITE_POKE_BALL, STAY, NONE, 9, ULTRA_BALL ; itemball1
|
||||
|
||||
|
||||
def_warps_to BRUNSWICK_TRAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue