diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-20 12:54:08 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-20 12:54:08 -0500 |
commit | 047effba941ca96bf0b3d16fc2ddef964e4f17d8 (patch) | |
tree | 68e83bb4a29b28c3a4d5f4470e30c07ae396a12a /constants | |
parent | 987ed1fafb2ed4920276089f8c93f1be3f31acac (diff) |
Menu joy flags; started with link address space
Diffstat (limited to 'constants')
-rw-r--r-- | constants/pokemon_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 654459c44..5041f7064 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -291,6 +291,7 @@ MON_SAT EQUS "(PartyMon1SpclAtk - PartyMon1)" MON_SDF EQUS "(PartyMon1SpclDef - PartyMon1)" BOXMON_STRUCT_LENGTH EQUS "(PartyMon1End - PartyMon1)" PARTYMON_STRUCT_LENGTH EQUS "(PartyMon1StatsEnd - PartyMon1)" +REDMON_STRUCT_LENGTH EQU 44 const_value SET 1 const MONMENU_CUT ; 1 |