mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fix Bill's House
Bill's House is now finished and fully functional, save for the PC. I've left some commented-out code to have the dex entries in case someone wants to do that. I did some groundwork for a Blastyke starter but it's really difficult and unwieldy, so I've left it out of this commit and likely won't bother. Pikachu and Eevee mode is definitely in the cards though.
This commit is contained in:
parent
bd067fa5a4
commit
f099436f8d
6 changed files with 26 additions and 11 deletions
|
|
@ -2,16 +2,16 @@ 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 2, 7, LAST_MAP, 1
|
||||
warp_event 3, 7, 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 1, 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
|
||||
object_event 11, 1, SPRITE_MONSTER, STAY, NONE, 5 ; nidorino
|
||||
|
||||
def_warps_to BILLS_HOUSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue