Introduce NUM_BATTLE_SIDES

This commit is contained in:
Eduardo Quezada D'Ottone
2022-10-20 08:41:18 -03:00
parent 0d0a9bd31d
commit 18e7fc5efc
4 changed files with 15 additions and 14 deletions

View File

@@ -36,6 +36,7 @@
#define B_SIDE_PLAYER 0
#define B_SIDE_OPPONENT 1
#define NUM_BATTLE_SIDES 2
#define B_FLANK_LEFT 0
#define B_FLANK_RIGHT 1