diff options
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h index 4bc6b7b84..1c076b3e0 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -107,7 +107,7 @@ enum CONTROLLER_56 }; -#define LAST_CONTROLLER_CMD_ID CONTROLLER_56 + 1 +#define CONTOLLER_CMDS_COUNT CONTROLLER_56 + 1 // general functions void HandleLinkBattleSetup(void); |