mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-20 03:45:33 +13: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
18 lines
474 B
NASM
18 lines
474 B
NASM
BillsHouse_Object:
|
|
db $d ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 9, LAST_MAP, 1
|
|
warp_event 3, 9, LAST_MAP, 1
|
|
warp_event 11, 0, BILLS_GARDEN, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 6, 5, SPRITE_MONSTER, STAY, NONE, 1 ; person
|
|
object_event 4, 4, SPRITE_SUPER_NERD, STAY, NONE, 2 ; person
|
|
object_event 6, 5, SPRITE_SUPER_NERD, STAY, NONE, 3 ; person
|
|
object_event 11, 1, SPRITE_MONSTER, STAY, NONE, 4 ; nidorino
|
|
|
|
def_warps_to BILLS_HOUSE
|