diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-04-20 14:34:00 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-04-20 15:00:59 -0400 |
| commit | 2883bfb9b1d3db35d9f1cb61ee0d9c015df4de30 (patch) | |
| tree | 817f03eeaa85858b351b586109f71f3bb67efa1c /constants | |
| parent | 0def3b67fa0a64bc2e2778c99c53e1a77cbf302c (diff) | |
Finish disassembling battle core.
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/battle_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index 5442e2c3..ba373a0a 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -15,6 +15,7 @@ MIN_NEUTRAL_DAMAGE EQU 2 ; turns that sleep lasts REST_SLEEP_TURNS EQU 2 +TREEMON_SLEEP_TURNS EQU 7 ; default move priority BASE_PRIORITY EQU 1 |
