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

Rowan NPC added to Cinnabar Lab, just a little cute thing. Bill's Garden could see many revisions, what's here is the bare minimum. Here's what's done: - Nidorino NPC blocks it off and is unlocked in the post-game. This currently contradicts the myth - I have a plan for this soon. - Wild Pokemon are the "non-reproducibles" given in Stadium; starters and eevee are mandatory given those were common in the myth - Hisui forms should be added when possible - I had to remake Martha's map in the forest tileset so leaving would be possible - Everything is at a point where it functions
22 lines
595 B
NASM
22 lines
595 B
NASM
CinnabarLab_Object:
|
|
db $17 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 3
|
|
warp_event 3, 7, LAST_MAP, 3
|
|
warp_event 8, 4, CINNABAR_LAB_TRADE_ROOM, 1
|
|
warp_event 12, 4, CINNABAR_LAB_METRONOME_ROOM, 1
|
|
warp_event 16, 4, CINNABAR_LAB_FOSSIL_ROOM, 1
|
|
|
|
def_bg_events
|
|
bg_event 3, 2, 2 ; Lab1Text2
|
|
bg_event 9, 4, 3 ; Lab1Text3
|
|
bg_event 13, 4, 4 ; Lab1Text4
|
|
bg_event 17, 4, 5 ; Lab1Text5
|
|
|
|
def_object_events
|
|
object_event 1, 3, SPRITE_FISHING_GURU, STAY, NONE, 1 ; person
|
|
object_event 11, 6, SPRITE_SCIENTIST, WALK, ANY_DIR, 2 ; person
|
|
|
|
def_warps_to CINNABAR_LAB
|