diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 19:49:57 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 19:49:57 -0500 |
commit | 148fd299f99a55109fdedbe8bd6b976263f9f77b (patch) | |
tree | 9c3e42507e6be25b7b3a0d278514eb9979089d10 /constants/battle_constants.asm | |
parent | 7d4486e6a34a5163575400f21e806471be496e3d (diff) |
Add more constants for some maximum values
Diffstat (limited to 'constants/battle_constants.asm')
-rw-r--r-- | constants/battle_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index 64e3ec4f8..f86cd0873 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -54,6 +54,8 @@ NUM_STATS EQU const_value STAT_MIN_NORMAL EQU 5 STAT_MIN_HP EQU 10 +MAX_STAT_VALUE EQU 999 + ; shiny dvs ATKDEFDV_SHINY EQU $EA SPDSPCDV_SHINY EQU $AA |