diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-22 10:45:03 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-22 10:45:03 +0100 |
commit | eebe2ce0026f6b1d30f33ff3fd12b2a2ad1d0e39 (patch) | |
tree | cac9e460e1127b5c1d3907fe5c084b9bb8a81679 /src/constants/card_data_constants.asm | |
parent | 6960c4f3ac186349828e85616f1c189c20db9b9b (diff) |
Added some AI related constants
Diffstat (limited to 'src/constants/card_data_constants.asm')
-rw-r--r-- | src/constants/card_data_constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants/card_data_constants.asm b/src/constants/card_data_constants.asm index 3f3dd3a..3f26e4d 100644 --- a/src/constants/card_data_constants.asm +++ b/src/constants/card_data_constants.asm @@ -230,3 +230,8 @@ UNABLE_RETREAT EQU $64 ; attack index constants FIRST_ATTACK_OR_PKMN_POWER EQU $0 SECOND_ATTACK EQU $1 + +; whether move with the ATTACHED_ENERGY_BOOST flag +; has limit on attached energy cards boost. +MAX_ENERGY_BOOST_IS_LIMITED EQU $2 +MAX_ENERGY_BOOST_IS_NOT_LIMITED EQU $3 |