mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
Clean up some redundant or unusual event comments
This commit is contained in:
parent
d48a318dbf
commit
52660012c6
3 changed files with 9 additions and 9 deletions
|
|
@ -8,8 +8,8 @@ BluesHouse_Object:
|
|||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 2, 3, SPRITE_DAISY, STAY, RIGHT, 1 ; Daisy, sitting by map
|
||||
object_event 6, 4, SPRITE_DAISY, WALK, UP_DOWN, 2, 0 ; Daisy, walking around
|
||||
object_event 3, 3, SPRITE_POKEDEX, STAY, NONE, 3, 0 ; map on table
|
||||
object_event 2, 3, SPRITE_DAISY, STAY, RIGHT, 1
|
||||
object_event 6, 4, SPRITE_DAISY, WALK, UP_DOWN, 2, 0
|
||||
object_event 3, 3, SPRITE_POKEDEX, STAY, NONE, 3, 0
|
||||
|
||||
def_warps_to BLUES_HOUSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue