diff options
Diffstat (limited to 'constants/battle_constants.asm')
-rw-r--r-- | constants/battle_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index 9a3323509..1914d7a29 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -17,6 +17,9 @@ MIN_NEUTRAL_DAMAGE EQU 2 REST_SLEEP_TURNS EQU 2 TREEMON_SLEEP_TURNS EQU 7 +; default move priority +BASE_PRIORITY EQU 1 + ; PlayerStatLevels and EnemyStatLevels indexes ; used for GetStatName const_def |