Merge pull request #1808 from AsparagusEduardo/pret/PR/numSides

Introduce NUM_BATTLE_SIDES
This commit is contained in:
GriffinR
2022-11-18 17:39:00 -05:00
committed by GitHub
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