Skip to content

Commit

Permalink
New version 2.5.1
Browse files Browse the repository at this point in the history
bug when warping to route 7 from the underground path due to changing the number of warps on route 7
  • Loading branch information
Vortyne committed Oct 24, 2023
1 parent a295955 commit 3d09707
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/maps/objects/UndergroundPathRoute7.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ UndergroundPathRoute7_Object:
db $a ; border block

def_warp_events
warp_event 3, 7, LAST_MAP, 5
warp_event 4, 7, LAST_MAP, 5
warp_event 3, 7, LAST_MAP, 3
warp_event 4, 7, LAST_MAP, 3
warp_event 4, 4, UNDERGROUND_PATH_WEST_EAST, 1

def_bg_events
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion version_number.asm
Original file line number Diff line number Diff line change
@@ -1 +1 @@
db "2.5.0"
db "2.5.1"

0 comments on commit 3d09707

Please sign in to comment.