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
18 lines
433 B
NASM
18 lines
433 B
NASM
CelesteHillCave_Object:
|
|
db $03 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 18, 35, CELESTE_HILL_OUTSIDE, 3
|
|
warp_event 19, 35, CELESTE_HILL_OUTSIDE, 3
|
|
warp_event 19, 25, CELESTE_HILL_CAVE, 4
|
|
warp_event 2, 16, CELESTE_HILL_CAVE, 3
|
|
warp_event 37, 13, CELESTE_HILL_OUTSIDE, 4
|
|
warp_event 3, 3, CELESTE_HILL_OUTSIDE, 5
|
|
warp_event 35, 2, CELESTE_HILL_OUTSIDE, 6
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to CELESTE_HILL_CAVE
|