- Update variable sprites to use constants rather than fixed values

This commit is contained in:
PikalaxALT
2015-07-13 02:23:48 -04:00
parent 3a9f537f8a
commit 8fa8e29170
10 changed files with 44 additions and 52 deletions

View File

@@ -690,7 +690,7 @@ faceperson: macro
enum variablesprite_command
variablesprite: macro
db variablesprite_command
db \1 ; byte
db \1 - SPRITE_VARS ; byte
db \2 ; sprite
endm