spriteface → objectface, consistent with the other script commands

This commit is contained in:
Rangi
2018-02-02 21:50:43 -05:00
parent aa8db1632c
commit c834bdadf2
80 changed files with 323 additions and 323 deletions

View File

@ -747,9 +747,9 @@ showemote: MACRO
db \3 ; time
ENDM
enum spriteface_command ; $76
spriteface: MACRO
db spriteface_command
enum objectface_command ; $76
objectface: MACRO
db objectface_command
db \1 ; object id
db \2 ; facing
ENDM