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

A selection of Game Corner sprites retooled to be overworld Pokemon. I also placed Voltorb, Diglett, and Magikarp.
16 lines
360 B
NASM
16 lines
360 B
NASM
DiglettsCaveRoute2_Object:
|
|
db $7d ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 1
|
|
warp_event 3, 7, LAST_MAP, 1
|
|
warp_event 4, 4, DIGLETTS_CAVE, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 3, SPRITE_FISHING_GURU, STAY, NONE, 1 ; person
|
|
object_event 2, 3, SPRITE_DIGLETT, STAY, NONE, 2
|
|
|
|
def_warps_to DIGLETTS_CAVE_ROUTE_2
|