Skip to content

Commit

Permalink
fixed soul overworld encounters
Browse files Browse the repository at this point in the history
  • Loading branch information
StarBeasts committed Jun 13, 2024
1 parent 3f6db93 commit 3504b7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 4 additions & 6 deletions data/maps/objects/DiglettsCave.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ DiglettsCave_Object:
def_warp_events
warp_event 5, 5, DIGLETTS_CAVE_ROUTE_2, 3
warp_event 37, 31, DIGLETTS_CAVE_ROUTE_11, 3
warp_event 24, 8, ANCIENT_CAVE, 1
warp_event 24, 12, DEVILS_CANYON, 1
warp_event 27, 9, ANCIENT_CAVE, 1
warp_event 27, 13, DEVILS_CANYON, 1

def_bg_events

def_object_events
object_event 22, 9, SPRITE_BOULDER, STAY, DOWN, 1
object_event 22, 13, SPRITE_BOULDER, STAY, DOWN, 2
object_event 23, 9, SPRITE_BOULDER, STAY, BOULDER_MOVEMENT_BYTE_2, 3
object_event 23, 13, SPRITE_BOULDER, STAY, BOULDER_MOVEMENT_BYTE_2, 4
object_event 23, 9, SPRITE_BOULDER, STAY, DOWN, 1
object_event 23, 13, SPRITE_BOULDER, STAY, DOWN, 2
def_warps_to DIGLETTS_CAVE
2 changes: 1 addition & 1 deletion maps/DiglettsCave.blk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
,+># "+#+
,+>v( "+v(+
++>
2 changes: 0 additions & 2 deletions scripts/DiglettsCave.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ DiglettsCave_Script:
DiglettsCave_TextPointers:
dw DiglettsCaveText1
dw DiglettsCaveText2
dw BoulderText
dw BoulderText

DiglettsCaveText1:
text_far _DiglettsCaveText1
Expand Down

0 comments on commit 3504b7e

Please sign in to comment.