mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 11:43:37 +01:00
Merge pull request #1524 from Jaizu/patch-13
Change the ability popup sound
This commit is contained in:
commit
a683c698fb
@ -3080,7 +3080,7 @@ static void SpriteCb_AbilityPopUp(struct Sprite *sprite)
|
||||
if (!sprite->tHide) // Show
|
||||
{
|
||||
if (sprite->tIsMain && ++sprite->tFrames == 4)
|
||||
PlaySE(SE_SELECT);
|
||||
PlaySE(SE_BALL_TRAY_ENTER);
|
||||
if ((!sprite->tRightToLeft && (sprite->pos1.x -= 4) <= sprite->tOriginalX)
|
||||
|| (sprite->tRightToLeft && (sprite->pos1.x += 4) >= sprite->tOriginalX)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user