diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-07-04 00:08:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-04 01:08:19 -0400 |
| commit | 69e9d359e53b0fac29336eb6fedb98a520745276 (patch) | |
| tree | 924fe9fba2042e1f1659001b54b71e72492cb3f3 /constants/serial_constants.asm | |
| parent | Use backwards-compatible EQU syntax for rgbdscheck.asm (diff) | |
| download | pokeyellow-69e9d359e53b0fac29336eb6fedb98a520745276.tar.gz pokeyellow-69e9d359e53b0fac29336eb6fedb98a520745276.tar.xz pokeyellow-69e9d359e53b0fac29336eb6fedb98a520745276.zip | |
party_struct constants and ExchangeBytes size (#91)
Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
Diffstat (limited to 'constants/serial_constants.asm')
| -rw-r--r-- | constants/serial_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/serial_constants.asm b/constants/serial_constants.asm index 16603980..37747b76 100644 --- a/constants/serial_constants.asm +++ b/constants/serial_constants.asm @@ -14,6 +14,10 @@ DEF SERIAL_NO_DATA_BYTE EQU $FE ; signals the end of one part of a patch list (there are two parts) for player/enemy party data DEF SERIAL_PATCH_LIST_PART_TERMINATOR EQU $FF +DEF SERIAL_PREAMBLE_LENGTH EQU 6 +DEF SERIAL_RN_PREAMBLE_LENGTH EQU 7 +DEF SERIAL_RNS_LENGTH EQU 10 + DEF LINK_STATE_NONE EQU $00 ; not using link DEF LINK_STATE_IN_CABLE_CLUB EQU $01 ; in a cable club room (Colosseum or Trade Centre) DEF LINK_STATE_START_TRADE EQU $02 ; pre-trade selection screen initialisation |
