diff options
Diffstat (limited to 'constants/serial_constants.asm')
-rw-r--r-- | constants/serial_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/serial_constants.asm b/constants/serial_constants.asm index 7113eb690..715534372 100644 --- a/constants/serial_constants.asm +++ b/constants/serial_constants.asm @@ -31,4 +31,7 @@ SERIAL_PATCH_LIST_PART_TERMINATOR EQU $ff SERIAL_PREAMBLE_LENGTH EQU 6 +; timeout duration after exchanging a byte +SERIAL_LINK_BYTE_TIMEOUT EQU $5000 + MAX_MYSTERY_GIFT_PARTNERS EQU 5 |