diff options
Diffstat (limited to 'battle/effects')
-rw-r--r-- | battle/effects/curse.asm | 1 | ||||
-rw-r--r-- | battle/effects/endure.asm | 1 | ||||
-rw-r--r-- | battle/effects/foresight.asm | 1 | ||||
-rw-r--r-- | battle/effects/metronome.asm | 1 | ||||
-rw-r--r-- | battle/effects/mirror_move.asm | 1 | ||||
-rw-r--r-- | battle/effects/nightmare.asm | 1 | ||||
-rw-r--r-- | battle/effects/perish_song.asm | 1 | ||||
-rw-r--r-- | battle/effects/protect.asm | 1 | ||||
-rw-r--r-- | battle/effects/rollout.asm | 1 | ||||
-rw-r--r-- | battle/effects/sandstorm.asm | 1 | ||||
-rw-r--r-- | battle/effects/spikes.asm | 1 | ||||
-rw-r--r-- | battle/effects/thief.asm | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/battle/effects/curse.asm b/battle/effects/curse.asm index f117c5108..65376a4aa 100644 --- a/battle/effects/curse.asm +++ b/battle/effects/curse.asm @@ -95,4 +95,3 @@ BattleCommand54: ; 37588 ld hl, WontRiseAnymoreText jp StdBattleTextBox ; 37618 - diff --git a/battle/effects/endure.asm b/battle/effects/endure.asm index 9d99c8236..026fde417 100644 --- a/battle/effects/endure.asm +++ b/battle/effects/endure.asm @@ -15,4 +15,3 @@ BattleCommand5a: ; 3766f ld hl, BracedItselfText jp StdBattleTextBox ; 37683 - diff --git a/battle/effects/foresight.asm b/battle/effects/foresight.asm index 84c10670b..775fbd78d 100644 --- a/battle/effects/foresight.asm +++ b/battle/effects/foresight.asm @@ -21,4 +21,3 @@ BattleCommand57: ; 376a0 .failed jp Function37354 ; 376c2 - diff --git a/battle/effects/metronome.asm b/battle/effects/metronome.asm index 213892945..6815377d0 100644 --- a/battle/effects/metronome.asm +++ b/battle/effects/metronome.asm @@ -59,4 +59,3 @@ MetronomeExcepts: ; 37454 db THIEF db -1 ; 37462 - diff --git a/battle/effects/mirror_move.asm b/battle/effects/mirror_move.asm index 2a32e7e81..32a1998bb 100644 --- a/battle/effects/mirror_move.asm +++ b/battle/effects/mirror_move.asm @@ -50,4 +50,3 @@ BattleCommand1b: ; 373c9 call BattleCommandaa jp ResetTurn ; 37418 - diff --git a/battle/effects/nightmare.asm b/battle/effects/nightmare.asm index 01f17ff71..da39affc1 100644 --- a/battle/effects/nightmare.asm +++ b/battle/effects/nightmare.asm @@ -36,4 +36,3 @@ BattleCommand52: ; 37536 call AnimateFailedMove jp PrintButItFailed ; 37563 - diff --git a/battle/effects/perish_song.asm b/battle/effects/perish_song.asm index 423d299fa..95391f3bd 100644 --- a/battle/effects/perish_song.asm +++ b/battle/effects/perish_song.asm @@ -38,4 +38,3 @@ BattleCommand58: ; 376c2 call AnimateFailedMove jp PrintButItFailed ; 376f8 - diff --git a/battle/effects/protect.asm b/battle/effects/protect.asm index be9284135..eaf011ffe 100644 --- a/battle/effects/protect.asm +++ b/battle/effects/protect.asm @@ -78,4 +78,3 @@ ProtectChance: ; 3762c scf ret ; 3766f - diff --git a/battle/effects/rollout.asm b/battle/effects/rollout.asm index f709c7988..3826734b4 100644 --- a/battle/effects/rollout.asm +++ b/battle/effects/rollout.asm @@ -96,4 +96,3 @@ BattleCommand5c: ; 37734 .asm_37790 ret ; 37791 - diff --git a/battle/effects/sandstorm.asm b/battle/effects/sandstorm.asm index b4f782721..a33db7f8c 100644 --- a/battle/effects/sandstorm.asm +++ b/battle/effects/sandstorm.asm @@ -17,4 +17,3 @@ BattleCommand59: ; 376f8 call AnimateFailedMove jp PrintButItFailed ; 37718 - diff --git a/battle/effects/spikes.asm b/battle/effects/spikes.asm index 2d9357941..68894b1c1 100644 --- a/battle/effects/spikes.asm +++ b/battle/effects/spikes.asm @@ -25,4 +25,3 @@ BattleCommand56: ; 37683 .failed jp Function37354 ; 376a0 - diff --git a/battle/effects/thief.asm b/battle/effects/thief.asm index 83b954eaf..dbbe0396b 100644 --- a/battle/effects/thief.asm +++ b/battle/effects/thief.asm @@ -114,4 +114,3 @@ BattleCommand50: ; 37492 ld hl, EnemyMonItem ret ; 37517 - |