diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-20 14:28:15 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-20 14:53:23 +0000 |
commit | 6943eea3d770b935020086008054c8a9bd2c28af (patch) | |
tree | df2d39227e7e00c2ff2c2d20cb7f859489a00a0e /src/constants | |
parent | 166dc2eda578a07cb21950bc752dc90ff877929c (diff) |
Typos and other effect function fixeS
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/deck_ai_constants.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/constants/deck_ai_constants.asm b/src/constants/deck_ai_constants.asm index 52b0283..4533c99 100644 --- a/src/constants/deck_ai_constants.asm +++ b/src/constants/deck_ai_constants.asm @@ -55,11 +55,11 @@ AI_ENERGY_TRANS_TO_BENCH EQU $e ; moves energy cards away from Arena card ; used to know which AI routine to call in ; the AIAction pointer tables in AIDoAction const_def 1 - const AIACTION_DO_TURN ; $1 - const AIACTION_START_DUEL ; $2 - const AIACTION_FORCED_SWITCH ; $3 - const AIACTION_KO_SWITCH ; $4 - const AIACTION_TAKE_PRIZE ; $5 + const AIACTION_DO_TURN ; $1 + const AIACTION_START_DUEL ; $2 + const AIACTION_FORCED_SWITCH ; $3 + const AIACTION_KO_SWITCH ; $4 + const AIACTION_TAKE_PRIZE ; $5 ; this bit is set when the AI decides to use Peek on their Prize cards, ; with the following bits deciding which one to Peek. That is: |