Replaced MON_ constants with aliases

This commit is contained in:
PikalaxALT 2015-07-20 20:21:46 -04:00
parent 06673cbee7
commit d1e11f77e5

View File

@ -260,56 +260,30 @@ NUM_POKEMON EQU const_value
EGG EQU 253 EGG EQU 253
; pokemon structure in RAM ; pokemon structure in RAM
const_def MON_SPECIES EQUS "PartyMon1Species - PartyMon1"
MON_ITEM EQUS "PartyMon1Item - PartyMon1"
const MON_SPECIES MON_MOVES EQUS "PartyMon1Moves - PartyMon1"
const MON_ITEM MON_ID EQUS "PartyMon1ID - PartyMon1"
const MON_MOVE1 MON_EXP EQUS "PartyMon1Exp - PartyMon1"
const MON_MOVE2 MON_HP_EXP EQUS "PartyMon1HPExp - PartyMon1"
const MON_MOVE3 MON_ATK_EXP EQUS "PartyMon1AtkExp - PartyMon1"
const MON_MOVE4 MON_DEF_EXP EQUS "PartyMon1DefExp - PartyMon1"
const MON_ID MON_SPD_EXP EQUS "PartyMon1SpdExp - PartyMon1"
const MON_07 MON_SPC_EXP EQUS "PartyMon1SpcExp - PartyMon1"
const MON_EXP MON_DVS EQUS "PartyMon1DVs - PartyMon1"
const MON_09 MON_PP EQUS "PartyMon1PP - PartyMon1"
const MON_0A MON_HAPPINESS EQUS "PartyMon1Happiness - PartyMon1"
const MON_HP_EXP MON_PKRUS EQUS "PartyMon1PokerusStatus - PartyMon1"
const MON_0C MON_CAUGHTTIME EQUS "PartyMon1CaughtTime - PartyMon1"
const MON_ATK_EXP MON_CAUGHTGENDER EQUS "PartyMon1CaughtGender - PartyMon1"
const MON_0E MON_LEVEL EQUS "PartyMon1Level - PartyMon1"
const MON_DEF_EXP MON_STATUS EQUS "PartyMon1Status - PartyMon1"
const MON_10 MON_HP EQUS "PartyMon1HP - PartyMon1"
const MON_SPD_EXP MON_MAXHP EQUS "PartyMon1MaxHP - PartyMon1"
const MON_12 MON_ATK EQUS "PartyMon1Attack - PartyMon1"
const MON_SPC_EXP MON_DEF EQUS "PartyMon1Defense - PartyMon1"
const MON_14 MON_SPD EQUS "PartyMon1Speed - PartyMon1"
const MON_DVS MON_SAT EQUS "PartyMon1SpclAtk - PartyMon1"
const MON_16 MON_SDF EQUS "PartyMon1SpclDef - PartyMon1"
const MON_PP1 BOXMON_STRUCT_LENGTH EQUS "PartyMon1Status - PartyMon1"
const MON_PP2 PARTYMON_STRUCT_LENGTH EQUS "PartyMon1StatsEnd - PartyMon1"
const MON_PP3
const MON_PP4
const MON_HAPPINESS
const MON_PKRUS
const MON_CAUGHTTIME
const MON_CAUGHTGENDER
const MON_LEVEL
BOXMON_STRUCT_LENGTH EQU const_value
const MON_STATUS
const MON_21
const MON_HP
const MON_23
const MON_MAXHP
const MON_25
const MON_ATK
const MON_27
const MON_DEF
const MON_29
const MON_SPD
const MON_2B
const MON_SAT
const MON_2D
const MON_SDF
const MON_2F
PARTYMON_STRUCT_LENGTH EQU const_value