mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

- New Celeste Hill Gate location so the entrance into the location makes more sense. Also took the opportunity to include more lore. This replaces Pokemon Tower 4F. - Fixed a bug that caused the Cat icon to not animate correctly. - Made the infinite Nugget glitch work properly because I was stupid and didn't test it. - Luxwan now uses the Small Bird icon to fit with the rest of the line. - Nidoreign has a new Pokedex entry and classification, centred on the Nido's origins in the Moon Rabbit of Asian mythology.
19 lines
452 B
NASM
19 lines
452 B
NASM
CelesteHillOutside_Object:
|
|
db $2 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 18, 35, CELESTE_HILL_GATE, 1
|
|
warp_event 19, 35, CELESTE_HILL_GATE, 2
|
|
warp_event 16, 23, CELESTE_HILL_CAVE, 1
|
|
warp_event 36, 11, CELESTE_HILL_CAVE, 5
|
|
warp_event 2, 9, CELESTE_HILL_CAVE, 6
|
|
warp_event 22, 3, CELESTE_HILL_CAVE, 7
|
|
warp_event 18, 0, CELESTE_HILL, 1
|
|
warp_event 19, 0, CELESTE_HILL, 2
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to CELESTE_HILL_OUTSIDE
|