summaryrefslogtreecommitdiff
path: root/constants/serial_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/serial_constants.asm')
-rw-r--r--constants/serial_constants.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/serial_constants.asm b/constants/serial_constants.asm
index 81eadbf4..ddb6f4fd 100644
--- a/constants/serial_constants.asm
+++ b/constants/serial_constants.asm
@@ -29,3 +29,8 @@ SERIAL_NO_DATA_BYTE EQU $fe
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