diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-28 14:31:25 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-28 14:31:25 -0500 |
| commit | 84e22eb578bdd2dbe4da320f4c4e17cc3688a8a6 (patch) | |
| tree | a3a3c5683d3c2ad6038ec40cf2a3fb9da805cc13 /maps/Route6UndergroundPathEntrance.asm | |
| parent | ce795692d91c36d1db099a26bf7cdf794db400ba (diff) | |
Consistent (x, y) coordinate formatting in map scripts
Diffstat (limited to 'maps/Route6UndergroundPathEntrance.asm')
| -rw-r--r-- | maps/Route6UndergroundPathEntrance.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route6UndergroundPathEntrance.asm b/maps/Route6UndergroundPathEntrance.asm index 3088ae330..126406e10 100644 --- a/maps/Route6UndergroundPathEntrance.asm +++ b/maps/Route6UndergroundPathEntrance.asm @@ -11,9 +11,9 @@ Route6UndergroundPathEntrance_MapEventHeader: .Warps: db 3 - warp_def $7, $3, 1, ROUTE_6 - warp_def $7, $4, 1, ROUTE_6 - warp_def $3, $4, 2, UNDERGROUND_PATH + warp_def 3, 7, 1, ROUTE_6 + warp_def 4, 7, 1, ROUTE_6 + warp_def 4, 3, 2, UNDERGROUND_PATH .CoordEvents: db 0 |
