Cosmetic fixes

This commit is contained in:
mid-kid
2018-11-20 21:53:45 +01:00
parent dac6916c8b
commit 4e3ed078f9
5 changed files with 106 additions and 106 deletions

View File

@@ -17,6 +17,7 @@ if _NARG <= 4
db \3 ; y
db \4 ; param
else
; LEGACY: Support the tile+offset format
db \1 ; object
db (\2) * 8 + (\3) ; x_tile, x
db (\4) * 8 + (\5) ; y_tile, y