mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12: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
14 lines
317 B
NASM
14 lines
317 B
NASM
CelesteHill_Object:
|
|
db $0 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 10, 21, CELESTE_HILL_OUTSIDE, 7
|
|
warp_event 11, 21, CELESTE_HILL_OUTSIDE, 8
|
|
|
|
def_bg_events
|
|
bg_event 10, 12, 2
|
|
|
|
def_object_events
|
|
object_event 11, 6, SPRITE_BIRD, STAY, DOWN, 1, MOLTRES_G, 70 | OW_POKEMON ; person
|
|
|
|
def_warps_to CELESTE_HILL |