diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 00:16:08 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 00:16:08 -0500 |
commit | 25048bd12dfb1f7182be32f1dba24616c6175377 (patch) | |
tree | 55fff09e327aa3434033d7ffecc79065cc69775e /constants | |
parent | 55d8de6c24b0a05d9b76f32ce64074cb22589164 (diff) |
wiggle → wobble
Diffstat (limited to 'constants')
-rw-r--r-- | constants/sfx_constants.asm | 2 | ||||
-rw-r--r-- | constants/sprite_anim_constants.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/constants/sfx_constants.asm b/constants/sfx_constants.asm index 0dee70793..9d98e147d 100644 --- a/constants/sfx_constants.asm +++ b/constants/sfx_constants.asm @@ -180,7 +180,7 @@ const SFX_ENCORE ; b0 const SFX_BEAT_UP ; b1 const SFX_BATON_PASS ; b2 - const SFX_BALL_WIGGLE ; b3 + const SFX_BALL_WOBBLE ; b3 const SFX_SWEET_SCENT ; b4 const SFX_SWEET_SCENT_2 ; b5 const SFX_HIT_END_OF_EXP_BAR ; b6 diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm index 2aeb5027a..8be0f312a 100644 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -127,7 +127,7 @@ NUM_SPRITE_ANIM_STRUCTS EQU 10 ; see wSpriteAnimationStructs const SPRITE_ANIM_FRAMESET_RED_WALK ; 11 const SPRITE_ANIM_FRAMESET_STILL_CURSOR ; 12 const SPRITE_ANIM_FRAMESET_TRADE_POKE_BALL ; 13 - const SPRITE_ANIM_FRAMESET_TRADE_POKE_BALL_WIGGLE ; 14 + const SPRITE_ANIM_FRAMESET_TRADE_POKE_BALL_WOBBLE ; 14 const SPRITE_ANIM_FRAMESET_TRADE_POOF ; 15 const SPRITE_ANIM_FRAMESET_TRADE_TUBE_BULGE ; 16 const SPRITE_ANIM_FRAMESET_TRADEMON_ICON ; 17 |