summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-09 16:12:19 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-09 16:12:19 -0500
commit6a5edc98e9760a9cfa63f0e8ffb6ba8747f9ff03 (patch)
tree11aca3c7b3bc94114a27ecee655a87cdfa5c91eb /constants
parent17894e5f39520db2f21452d056c4683915086d8d (diff)
Terser damage calculation constants
Diffstat (limited to 'constants')
-rw-r--r--constants/battle_constants.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm
index b9729467f..d66778a55 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