You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Replace party struct relative values with EQUS constants
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user