diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-09 16:12:17 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-09 16:12:17 -0500 |
| commit | 6382790a1d04b5a1f101d9a6615da3f2f3ebcd8d (patch) | |
| tree | 14f3c1243e7d67a8507e5928bb0ea815a1513944 /constants | |
| parent | bc8636d68805116ef126feecc07cde63238490da (diff) | |
Terser damage calculation constants
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/battle_constants.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index db9eaabe..2a4821a6 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -10,10 +10,6 @@ NUM_MOVES EQU 4 BASE_STAT_LEVEL EQU 7 MAX_STAT_LEVEL EQU 13 -; damage limits before type effectiveness -MIN_NEUTRAL_DAMAGE EQU 2 -MAX_NEUTRAL_DAMAGE EQU 999 - ; turns that sleep lasts REST_SLEEP_TURNS EQU 2 TREEMON_SLEEP_TURNS EQU 7 |
