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

- Reused the double doors for the Route 2 gate, and added the warp for it - Changed the Route 2 map to have the ledge on the path this irritated the fucking LIFE out of me - Pokemon Tower takes you to the right place when going down. - Kotora line now has Flash - Refactored Gentlarva - Route 2 gate now uses the double doors. - New hidden Moon Stone where the Clefairy are in Mt. Moon - Added a new Paradox Pokemon-themed border by Gecko557 - Shifted a ledge in Cerulean City that was off-centre in a really jarring way - Added the Nugget glitch from FRLG because it's funny and cool
17 lines
383 B
NASM
17 lines
383 B
NASM
Route2Gate_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 0, LAST_MAP, 7
|
|
warp_event 5, 0, LAST_MAP, 4
|
|
warp_event 4, 7, LAST_MAP, 5
|
|
warp_event 5, 7, LAST_MAP, 5
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 1, 4, SPRITE_SCIENTIST, STAY, LEFT, 1 ; person
|
|
object_event 5, 4, SPRITE_YOUNGSTER, WALK, LEFT_RIGHT, 2 ; person
|
|
|
|
def_warps_to ROUTE_2_GATE
|