diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-11 17:41:33 -0500 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-11 17:41:33 -0500 |
| commit | 39abace5694abf22efcd3efe2feaa0e03ec56b4b (patch) | |
| tree | 72d9e8693da0694beaef9171917170c422e6f4e6 /engine/battle/trainer_ai.asm | |
| parent | Merge pull request #96 from dannye/master (diff) | |
| download | pokeyellow-39abace5694abf22efcd3efe2feaa0e03ec56b4b.tar.gz pokeyellow-39abace5694abf22efcd3efe2feaa0e03ec56b4b.tar.xz pokeyellow-39abace5694abf22efcd3efe2feaa0e03ec56b4b.zip | |
Clean up white space
Diffstat (limited to 'engine/battle/trainer_ai.asm')
| -rw-r--r-- | engine/battle/trainer_ai.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/trainer_ai.asm b/engine/battle/trainer_ai.asm index 19a184f2..8edf1920 100644 --- a/engine/battle/trainer_ai.asm +++ b/engine/battle/trainer_ai.asm @@ -157,7 +157,7 @@ StatusAilmentMoveEffects ; 57e2 ; that fall in-bewteen AIMoveChoiceModification2: ; 397e7 (e:57e7) ld a, [wAILayer2Encouragement] - cp $1 + cp $1 ret nz ld hl, wBuffer - 1 ; temp move selection array (-1 byte offset) ld de, wEnemyMonMoves ; enemy moves @@ -325,8 +325,8 @@ TrainerClassMoveChoiceModifications: ; 3989b (e:589b) db 1,3,0 ; LANCE INCLUDE "engine/battle/trainer_pic_money_pointers.asm" - -INCLUDE "text/trainer_names.asm" + +INCLUDE "text/trainer_names.asm" INCLUDE "engine/battle/bank_e_misc.asm" |
