kep-hack/data/maps/objects/DiglettsCave.asm
MementoMartha c9833e5d91 wug
Replaces the nonsensical Crocky static with a more fitting Wugtrio encounter. Currently (hilariously) makes the Champion theme play in the battle, working on a fix later
2023-04-05 23:20:22 +01:00

14 lines
296 B
NASM

DiglettsCave_Object:
db $19 ; border block
def_warp_events
warp_event 5, 5, DIGLETTS_CAVE_ROUTE_2, 3
warp_event 37, 31, DIGLETTS_CAVE_ROUTE_11, 3
def_bg_events
def_object_events
object_event 29, 12, SPRITE_BOULDER, STAY, DOWN, 1, WUGTRIO, 28 | OW_POKEMON
def_warps_to DIGLETTS_CAVE