diff options
Diffstat (limited to 'src/berry_pouch.c')
-rw-r--r-- | src/berry_pouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_pouch.c b/src/berry_pouch.c index 487667ad2..c59c03b08 100644 --- a/src/berry_pouch.c +++ b/src/berry_pouch.c @@ -704,7 +704,7 @@ static void BerryPouchMoveCursorFunc(s32 itemIndex, bool8 onInit, struct ListMen { if (onInit != TRUE) { - PlaySE(SE_BAG1); + PlaySE(SE_BAG_CURSOR); StartBerryPouchSpriteWobbleAnim(); } DestroyItemMenuIcon(sResources->itemMenuIconId ^ 1); |