From 192817a7dcbfb4cab5eef0d57c95536cf5971584 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Tue, 31 Oct 2017 18:49:29 +0100 Subject: [PATCH] clarify controllers terminator --- include/battle_controllers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/battle_controllers.h b/include/battle_controllers.h index 517df3edb..973a723e0 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -167,8 +167,8 @@ enum CONTROLLER_LINKSTANDBYMSG, CONTROLLER_RESETACTIONMOVESELECTION, CONTROLLER_55, - /*new controllers should go after 55 and before 56*/ - CONTROLLER_56, + /*new controllers should go here*/ + CONTROLLER_TERMINATOR_NOP, CONTROLLER_CMDS_COUNT };