mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-28 21:50:56 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user