Revert incorrect constant usage, add new correct ones

This commit is contained in:
GriffinR
2023-01-18 12:11:09 -05:00
parent 5a906c33ac
commit b7d92e8537
4 changed files with 33 additions and 31 deletions

View File

@@ -302,11 +302,13 @@
#define ANIM_TARGET 1
#define ANIM_ATK_PARTNER 2
#define ANIM_DEF_PARTNER 3
#define ANIM_PLAYER_LEFT 4
#define ANIM_PLAYER_RIGHT 5
#define ANIM_OPPONENT_LEFT 6
#define ANIM_OPPONENT_RIGHT 7
#define ANIM_ATTACKER_FORCE 8
// Below are used by AnimTask_ShakeMon2 and AnimTask_SetGrayscaleOrOriginalPal
#define ANIM_PLAYER_LEFT (MAX_BATTLERS_COUNT + 0)
#define ANIM_PLAYER_RIGHT (MAX_BATTLERS_COUNT + 1)
#define ANIM_OPPONENT_LEFT (MAX_BATTLERS_COUNT + 2)
#define ANIM_OPPONENT_RIGHT (MAX_BATTLERS_COUNT + 3)
#define ANIM_ATTACKER_FORCE (MAX_BATTLERS_COUNT + 4)
// stereo panning constants [0-255]
//