Merge pull request #547 from mid-kid/master

anim_ret_command is an index in a table after all
This commit is contained in:
Rangi 2018-07-28 19:11:24 -04:00 committed by GitHub
commit a9bc3e4932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ anim_call: MACRO
dw \1 ; address
ENDM
anim_ret_command EQU -1 ; $ff
enum anim_ret_command ; $ff
anim_ret: MACRO
db anim_ret_command
ENDM