diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-31 18:49:29 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-31 18:49:29 +0100 |
commit | 192817a7dcbfb4cab5eef0d57c95536cf5971584 (patch) | |
tree | fefd9207d70f809fe25bd1792875998b87e0dd4f /include/battle_controllers.h | |
parent | 712ae5616734f91fdc3cea821349f397af798905 (diff) |
clarify controllers terminator
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 4 |
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 }; |