diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-24 22:54:15 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-24 22:54:15 -0400 |
commit | 9a1ae1332cd98abd65c2f26a1ae4d65c6450530a (patch) | |
tree | 8beebb75fb04a0f3839fbe8c75697b966d29f4ea | |
parent | c2925d64069b86cef21b5da82ec2d85aa06de866 (diff) |
Correct NUM_STATS
-rw-r--r-- | constants/battle_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index e9fe6acbd..781f27d21 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -63,7 +63,7 @@ MOVE_LENGTH EQU const_value const STAT_SATK NUM_EXP_STATS EQU const_value + -1 const STAT_SDEF -NUM_STATS EQU const_value +NUM_STATS EQU const_value +- 1 STAT_SPC EQU STAT_SATK ; stat formula constants |