summaryrefslogtreecommitdiff
path: root/include/battle_controllers.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-31 18:49:29 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-31 18:49:29 +0100
commit192817a7dcbfb4cab5eef0d57c95536cf5971584 (patch)
treefefd9207d70f809fe25bd1792875998b87e0dd4f /include/battle_controllers.h
parent712ae5616734f91fdc3cea821349f397af798905 (diff)
clarify controllers terminator
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r--include/battle_controllers.h4
1 files 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
};