diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 584c40d5af..0eb4a79ae9 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -115,14 +115,13 @@ DEF PARTYMON_STRUCT_LENGTH EQU _RS DEF NICKNAMED_MON_STRUCT_LENGTH EQU PARTYMON_STRUCT_LENGTH + MON_NAME_LENGTH DEF REDMON_STRUCT_LENGTH EQU 44 -; savemon Exp masks -DEF EXP_MASK EQU %01111111 - ; caught data DEF CAUGHT_TIME_MASK EQU %11000000 DEF CAUGHT_LEVEL_MASK EQU %00111111 +DEF EXP_MASK EQU %01111111 + DEF CAUGHT_GENDER_MASK EQU %10000000 DEF CAUGHT_LOCATION_MASK EQU %01111111