diff options
Diffstat (limited to 'constants/battle_constants.asm')
-rw-r--r-- | constants/battle_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index f486bf51..57997ed5 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -260,3 +260,7 @@ ALL_STATUS EQU (1 << PSN) | (1 << BRN) | (1 << FRZ) | (1 << PAR) | SLP BATTLERESULT_BOX_FULL EQU 7 BATTLERESULT_BITMASK EQU (1 << BATTLERESULT_BOX_FULL) + +; link_battle_record struct +LINK_BATTLE_RECORD_LENGTH EQU 2 + (NAME_LENGTH - 1) + 2 * 3 +NUM_LINK_BATTLE_RECORDS EQU 5 |