You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
spriteface → objectface, consistent with the other script commands
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user