diff options
author | dannye <33dannye@gmail.com> | 2021-06-04 23:42:27 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-06-04 23:46:05 -0500 |
commit | d4d63a97e41c40d9081a279e3f113177c8640767 (patch) | |
tree | c7a13784ed129ef825d737fd5184e0f1264961bc /src/constants/misc_constants.asm | |
parent | d699a7a2f26e5278cb313b20ef0997416c0d10a0 (diff) |
Disassemble the challenge machine
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) |