Terser damage calculation constants

This commit is contained in:
Rangi
2020-11-09 16:12:19 -05:00
parent 17894e5f39
commit 6a5edc98e9
2 changed files with 15 additions and 16 deletions

View File

@@ -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