diff options
| author | mid-kid <esteve.varela@gmail.com> | 2018-07-15 11:56:57 +0200 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2018-07-18 10:55:30 +0200 |
| commit | 04d0490c4c55366220310b9b8e1c4a181e07d842 (patch) | |
| tree | 693d1eca86e28b826a4c906b46d6cc2f263464f4 /macros | |
| parent | fdf10c9fac69b376f528a0ee6929abd52a210a52 (diff) | |
Fix anim_ret_command
Diffstat (limited to 'macros')
| -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 76300e78f..f25b6da22 100644 --- a/macros/scripts/battle_anims.asm +++ b/macros/scripts/battle_anims.asm @@ -295,7 +295,7 @@ anim_call: MACRO dw \1 ; address ENDM - enum anim_ret_command ; $ff +anim_ret_command EQU -1 ; $ff anim_ret: MACRO db anim_ret_command ENDM |
