Update Avalanche to be Single Target (#4581)

Avalanche is a single target move in doubles.
Currently it is bugged to be a spread move this change corrects that.

Source:
https://bulbapedia.bulbagarden.net/wiki/Avalanche_(move)
This commit is contained in:
TheLastMudkip
2024-05-14 23:51:59 -07:00
committed by GitHub
parent 7fefe757b8
commit d591f25829

View File

@@ -10084,7 +10084,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
.type = TYPE_ICE,
.accuracy = 100,
.pp = 10,
.target = MOVE_TARGET_BOTH,
.target = MOVE_TARGET_SELECTED,
.priority = -4,
.category = DAMAGE_CATEGORY_PHYSICAL,
.makesContact = TRUE,