From 51cd0ac08116674a8ebd258af0620c2f7de9dc0e Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sun, 23 Feb 2020 13:18:54 -0500 Subject: Rename battle anim type files, remove unneeded ARG_RET_IDs --- include/constants/battle_anim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants') diff --git a/include/constants/battle_anim.h b/include/constants/battle_anim.h index 6800da1c9..dfdd9f912 100644 --- a/include/constants/battle_anim.h +++ b/include/constants/battle_anim.h @@ -392,7 +392,7 @@ #define B_ANIM_STATUS_NIGHTMARE 0x8 #define B_ANIM_STATUS_WRAPPED 0x9 // does not actually exist -// Most tasks return a value to gBattleAnimArgs[7]. +// Tasks with return values often assign them to gBattleAnimArgs[7]. #define ARG_RET_ID 7 // Trapping Wrap-like moves end turn animation. -- cgit v1.2.3