mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00

- Properly adds Brunswick Grotto, as well as Celeste Hill Outside and Celeste Hill Cave - Citrine City received a minor redesign, putting the path to Brunswick Trail more to the west - Added complete event for Galarian Zapdos as well as an encounterable, but unfinished Galarian Moltres, so all 3 birds can currently be caught
15 lines
324 B
NASM
15 lines
324 B
NASM
BrunswickGrotto_Object:
|
|
db $0 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 24, 23, BRUNSWICK_TRAIL, 2
|
|
warp_event 25, 23, BRUNSWICK_TRAIL, 2
|
|
|
|
def_bg_events
|
|
bg_event 22, 10, 2 ; signage
|
|
|
|
def_object_events
|
|
object_event 6, 4, SPRITE_BIRD, STAY, LEFT, 1, ZAPDOS_G, 70 | OW_POKEMON ; person
|
|
|
|
def_warps_to BRUNSWICK_GROTTO
|