Consistent (x, y) coordinate formatting in map scripts

This commit is contained in:
Remy Oukaour
2017-12-28 14:31:25 -05:00
parent ce795692d9
commit 84e22eb578
392 changed files with 3634 additions and 3634 deletions

View File

@@ -28,17 +28,17 @@ Route23_MapEventHeader:
.Warps:
db 4
warp_def $5, $9, 1, INDIGO_PLATEAU_POKECENTER_1F
warp_def $5, $a, 2, INDIGO_PLATEAU_POKECENTER_1F
warp_def $d, $9, 10, VICTORY_ROAD
warp_def $d, $a, 10, VICTORY_ROAD
warp_def 9, 5, 1, INDIGO_PLATEAU_POKECENTER_1F
warp_def 10, 5, 2, INDIGO_PLATEAU_POKECENTER_1F
warp_def 9, 13, 10, VICTORY_ROAD
warp_def 10, 13, 10, VICTORY_ROAD
.CoordEvents:
db 0
.BGEvents:
db 1
bg_event 7, 11, BGEVENT_READ, IndigoPlateauSign
bg_event 11, 7, BGEVENT_READ, IndigoPlateauSign
.ObjectEvents:
db 0