diff options
Diffstat (limited to 'src/constants/misc_constants.asm')
-rw-r--r-- | src/constants/misc_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/misc_constants.asm b/src/constants/misc_constants.asm index 8649881..1b6e6d7 100644 --- a/src/constants/misc_constants.asm +++ b/src/constants/misc_constants.asm @@ -55,6 +55,8 @@ OWMODE_SCRIPT EQU 3 CARDPOP_NAME_LIST_MAX_ELEMS EQU 16 CARDPOP_NAME_LIST_SIZE EQUS "CARDPOP_NAME_LIST_MAX_ELEMS * NAME_BUFFER_LENGTH" +NUM_CHALLENGE_MACHINE_OPPONENTS EQU 5 + ; commands transmitted through IR to be ; executed by the other device ; (see ExecuteReceivedIRCommands) |