Skip to content

Commit

Permalink
Bugfix - Power Plant has incorrect Warp
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Dec 30, 2023
1 parent 16bcf6d commit dd354c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps/PowerPlant.asm
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ PowerPlant_MapEvents:
db 0, 0 ; filler

def_warp_events
warp_event 2, 17, ROUTE_10_NORTH, 2
warp_event 3, 17, ROUTE_10_NORTH, 2
warp_event 2, 17, ROUTE_10_SOUTH, 1
warp_event 3, 17, ROUTE_10_SOUTH, 1

def_coord_events
coord_event 5, 12, SCENE_POWERPLANT_GUARD_GETS_PHONE_CALL, PowerPlantGuardPhoneScript
Expand Down

0 comments on commit dd354c1

Please sign in to comment.