mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-09 03:26:31 -05:00
Fixes Rapid Spin / Toxic Debris interaction (#6023)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
This commit is contained in:
@@ -169,8 +169,6 @@ Each move can have up to 15 additional effects, allowing you to construct monstr
|
||||
.moveEffect = MOVE_EFFECT_ALL_STATS_UP,
|
||||
.chance = 40,
|
||||
.self = TRUE,
|
||||
},{
|
||||
.moveEffect = MOVE_EFFECT_RAPID_SPIN,
|
||||
},{
|
||||
.moveEffect = MOVE_EFFECT_DEF_MINUS_2,
|
||||
.chance = 50,
|
||||
|
||||
Reference in New Issue
Block a user