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

@@ -116,8 +116,8 @@ HallOfFame_MapEventHeader:
.Warps:
db 2
warp_def $d, $4, 3, LANCES_ROOM
warp_def $d, $5, 4, LANCES_ROOM
warp_def 4, 13, 3, LANCES_ROOM
warp_def 5, 13, 4, LANCES_ROOM
.CoordEvents:
db 0
@@ -127,4 +127,4 @@ HallOfFame_MapEventHeader:
.ObjectEvents:
db 1
object_event SPRITE_LANCE, 12, 4, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ObjectEvent, -1
object_event 4, 12, SPRITE_LANCE, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ObjectEvent, -1