diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-19 20:26:35 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-19 20:26:35 -0400 |
commit | bc287b9b80cec819e6df7b6b1ff7110eabf606f7 (patch) | |
tree | b1d9a20ce8578ac1873e49a81660fe651b445c35 /engine/battle/trainer_ai.asm | |
parent | 5ebae4747b49d7067cc75919a2b0983fae6a88d7 (diff) |
Some formatting changes
Diffstat (limited to 'engine/battle/trainer_ai.asm')
-rw-r--r-- | engine/battle/trainer_ai.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/trainer_ai.asm b/engine/battle/trainer_ai.asm index 87bec842..2225dca1 100644 --- a/engine/battle/trainer_ai.asm +++ b/engine/battle/trainer_ai.asm @@ -146,11 +146,11 @@ AIMoveChoiceModification1: jr .nextMove StatusAilmentMoveEffects: - db $01 ; unused sleep effect + db EFFECT_01 ; unused sleep effect db SLEEP_EFFECT db POISON_EFFECT db PARALYZE_EFFECT - db $FF + db -1 ; end ; slightly encourage moves with specific effects. ; in particular, stat-modifying moves and other move effects |