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

@@ -57,19 +57,19 @@ Route1718Gate_MapEventHeader:
.Warps:
db 4
warp_def $4, $0, 1, ROUTE_17
warp_def $5, $0, 2, ROUTE_17
warp_def $4, $9, 1, ROUTE_18
warp_def $5, $9, 2, ROUTE_18
warp_def 0, 4, 1, ROUTE_17
warp_def 0, 5, 2, ROUTE_17
warp_def 9, 4, 1, ROUTE_18
warp_def 9, 5, 2, ROUTE_18
.CoordEvents:
db 2
coord_event 0, $4, $5, UnknownScript_0x73611
coord_event 0, $5, $5, UnknownScript_0x73611
coord_event 5, 4, 0, UnknownScript_0x73611
coord_event 5, 5, 0, UnknownScript_0x73611
.BGEvents:
db 0
.ObjectEvents:
db 1
object_event SPRITE_OFFICER, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, Route1718GateOfficerScript, -1
object_event 5, 2, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, Route1718GateOfficerScript, -1