mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-30 08:40:33 +13:00
This adds the intermittent area before Brunswick Grotto, where you'll encounter Galarian Zapdos periodically. It seems the hide/show constants are desynchronised again, as the copies in the glade won't disappear.
16 lines
423 B
NASM
16 lines
423 B
NASM
BrunswickTrail_Object:
|
|
db $43 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 12, 9, GARNET_CAVERN_1F, 1
|
|
warp_event 40, 5, BRUNSWICK_GLADE, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 23, 11, SPRITE_FAKE_TREE, STAY, NONE, 1, CACTUS, 60 | OW_POKEMON ; person
|
|
object_event 37, 23, SPRITE_BRUNETTE_GIRL, STAY, DOWN, 2 ; person
|
|
object_event 54, 9, SPRITE_BIRD, STAY, DOWN, 3 ; person
|
|
|
|
def_warps_to BRUNSWICK_TRAIL
|