diff options
Diffstat (limited to 'constants/pokemon_constants.asm')
-rw-r--r-- | constants/pokemon_constants.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 0012ec1e2..683e2ceab 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -265,6 +265,7 @@ MON_ITEM EQUS "PartyMon1Item - PartyMon1" MON_MOVES EQUS "PartyMon1Moves - PartyMon1" MON_ID EQUS "PartyMon1ID - PartyMon1" MON_EXP EQUS "PartyMon1Exp - PartyMon1" +MON_STAT_EXP EQUS "PartyMon1StatExp - PartyMon1" MON_HP_EXP EQUS "PartyMon1HPExp - PartyMon1" MON_ATK_EXP EQUS "PartyMon1AtkExp - PartyMon1" MON_DEF_EXP EQUS "PartyMon1DefExp - PartyMon1" @@ -274,8 +275,11 @@ MON_DVS EQUS "PartyMon1DVs - PartyMon1" MON_PP EQUS "PartyMon1PP - PartyMon1" MON_HAPPINESS EQUS "PartyMon1Happiness - PartyMon1" MON_PKRUS EQUS "PartyMon1PokerusStatus - PartyMon1" +MON_CAUGHTDATA EQUS "PartyMon1CaughtData - PartyMon1" +MON_CAUGHTLEVEL EQUS "PartyMon1CaughtLevel - PartyMon1" MON_CAUGHTTIME EQUS "PartyMon1CaughtTime - PartyMon1" MON_CAUGHTGENDER EQUS "PartyMon1CaughtGender - PartyMon1" +MON_CAUGHTLOCATION EQUS "PartyMon1CaughtLocation - PartyMon1" MON_LEVEL EQUS "PartyMon1Level - PartyMon1" MON_STATUS EQUS "PartyMon1Status - PartyMon1" MON_HP EQUS "PartyMon1HP - PartyMon1" @@ -285,5 +289,6 @@ MON_DEF EQUS "PartyMon1Defense - PartyMon1" MON_SPD EQUS "PartyMon1Speed - PartyMon1" MON_SAT EQUS "PartyMon1SpclAtk - PartyMon1" MON_SDF EQUS "PartyMon1SpclDef - PartyMon1" -BOXMON_STRUCT_LENGTH EQUS "PartyMon1Status - PartyMon1" +BOXMON_STRUCT_LENGTH EQUS "PartyMon1End - PartyMon1" PARTYMON_STRUCT_LENGTH EQUS "PartyMon1StatsEnd - PartyMon1" +SCRATCHMON_STRUCT_LENGTH EQUS "PartyMon1StatsEnd - PartyMon1Item" |