Skip to content

Commit

Permalink
all maps that use reds house tileset are working, even copycat
Browse files Browse the repository at this point in the history
  • Loading branch information
StarBeasts committed Jun 16, 2024
1 parent 61aec9c commit 3e097fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/maps/objects/CopycatsHouse2F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ CopycatsHouse2F_Object:
warp_event 7, 1, COPYCATS_HOUSE_1F, 3

def_bg_events
bg_event 3, 5, 6 ; CopycatsHouse2FText6
bg_event 3, 2, 6 ; CopycatsHouse2FText6
bg_event 0, 1, 7 ; CopycatsHouse2FText7

def_object_events
object_event 4, 3, SPRITE_BRUNETTE_GIRL, WALK, ANY_DIR, 1 ; person
object_event 4, 6, SPRITE_BIRD, WALK, LEFT_RIGHT, 2 ; person
object_event 6, 4, SPRITE_BIRD, WALK, LEFT_RIGHT, 2 ; person
object_event 5, 1, SPRITE_MONSTER, STAY, DOWN, 3 ; person
object_event 2, 0, SPRITE_BIRD, STAY, DOWN, 4 ; person
object_event 1, 6, SPRITE_FAIRY, STAY, RIGHT, 5 ; person
object_event 2, 1, SPRITE_BIRD, STAY, DOWN, 4 ; person
object_event 1, 3, SPRITE_FAIRY, STAY, RIGHT, 5 ; person

def_warps_to COPYCATS_HOUSE_2F

0 comments on commit 3e097fa

Please sign in to comment.