Skip to content

Commit

Permalink
Merge pull request #547 from mid-kid/master
Browse files Browse the repository at this point in the history
anim_ret_command is an index in a table after all
  • Loading branch information
Rangi42 authored Jul 28, 2018
2 parents ee8479f + 595127b commit a9bc3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/scripts/battle_anims.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9bc3e4

Please sign in to comment.