shithub: pokecrystal

Download patch

ref: a9bc3e49320d54b3efb2293cbeec24e937b6f3a2
parent: ee8479f05ebcfed30a5a47b60d8e50c0d99525b8
parent: 595127ba65317674c6f6d6d469d645df0fa40fe6
author: Rangi <35663410+Rangi42@users.noreply.github.com>
date: Sat Jul 28 15:11:24 EDT 2018

Merge pull request #547 from mid-kid/master

anim_ret_command is an index in a table after all

--- a/macros/scripts/battle_anims.asm
+++ b/macros/scripts/battle_anims.asm
@@ -295,7 +295,7 @@
 	dw \1 ; address
 ENDM
 
-anim_ret_command EQU -1 ; $ff
+	enum anim_ret_command ; $ff
 anim_ret: MACRO
 	db anim_ret_command
 ENDM