diff options
Diffstat (limited to 'maps/Route7.asm')
-rw-r--r-- | maps/Route7.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route7.asm b/maps/Route7.asm index c412b4a46..54887e894 100644 --- a/maps/Route7.asm +++ b/maps/Route7.asm @@ -40,16 +40,16 @@ Route7_MapEventHeader: .Warps: db 2 - warp_def $6, $f, 1, ROUTE_7_SAFFRON_GATE - warp_def $7, $f, 2, ROUTE_7_SAFFRON_GATE + warp_def 15, 6, 1, ROUTE_7_SAFFRON_GATE + warp_def 15, 7, 2, ROUTE_7_SAFFRON_GATE .CoordEvents: db 0 .BGEvents: db 2 - bg_event 11, 5, BGEVENT_READ, Route7UndergroundPathSign - bg_event 9, 6, BGEVENT_READ, Route7LockedDoor + bg_event 5, 11, BGEVENT_READ, Route7UndergroundPathSign + bg_event 6, 9, BGEVENT_READ, Route7LockedDoor .ObjectEvents: db 0 |