diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-07-28 19:11:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 19:11:24 -0400 |
commit | a9bc3e49320d54b3efb2293cbeec24e937b6f3a2 (patch) | |
tree | e5c6d213de3b2f27b377296196685a0938c1f159 | |
parent | ee8479f05ebcfed30a5a47b60d8e50c0d99525b8 (diff) | |
parent | 595127ba65317674c6f6d6d469d645df0fa40fe6 (diff) |
Merge pull request #547 from mid-kid/master
anim_ret_command is an index in a table after all
-rw-r--r-- | macros/scripts/battle_anims.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/scripts/battle_anims.asm b/macros/scripts/battle_anims.asm index f25b6da22..76300e78f 100644 --- a/macros/scripts/battle_anims.asm +++ b/macros/scripts/battle_anims.asm @@ -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 |