diff options
| author | mid-kid <esteve.varela@gmail.com> | 2018-05-05 09:19:04 +0200 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2018-05-05 09:19:04 +0200 |
| commit | c82deab86fc984b6af4686d88b42042be4f6cd9e (patch) | |
| tree | da8409973a788a962e8be9ae42d9cd7a18727c38 /data/moves | |
| parent | a63d9dfd4f4b214034c9a88a14b53635c10914d9 (diff) | |
fix-various-little-things
A compilation of suggestions from the discord that don't deserve
separate commits and are not questionable at all™.
Diffstat (limited to 'data/moves')
| -rw-r--r-- | data/moves/animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/moves/animations.asm b/data/moves/animations.asm index 030aa2fa3..037e5f1d2 100644 --- a/data/moves/animations.asm +++ b/data/moves/animations.asm @@ -303,7 +303,7 @@ BattleAnim_SweetScent2: ; c929c anim_ret ; c92c1 -BattleAnim_ThrowPokeBall +BattleAnim_ThrowPokeBall: anim_if_param_equal NO_ITEM, .TheTrainerBlockedTheBall anim_if_param_equal MASTER_BALL, .MasterBall anim_if_param_equal ULTRA_BALL, .UltraBall |
