diff --git a/src/data/move.ts b/src/data/move.ts index 6d3d63e95a9..72efd34f2fe 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -4442,7 +4442,7 @@ export function initMoves() { .ignoresVirtual(), new StatusMove(Moves.HEAL_BELL, Type.NORMAL, -1, 5, -1, 0, 2) .attr(ResetPartyStatusAttr, false) - .soundBased() + .soundBased(), new AttackMove(Moves.RETURN, Type.NORMAL, MoveCategory.PHYSICAL, -1, 100, 20, -1, 0, 2) .attr(FriendshipPowerAttr), new AttackMove(Moves.PRESENT, Type.NORMAL, MoveCategory.PHYSICAL, -1, 90, 15, -1, 0, 2)