From 0b43f5ab0ecd0b2c67620730aaadb554d61ab7e4 Mon Sep 17 00:00:00 2001 From: Martin Griffin Date: Thu, 22 Jun 2023 17:20:39 +0100 Subject: [PATCH] Use 3-arg PASSES_RANDOMLY in Snow+Blizzard --- test/weather_snow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/weather_snow.c b/test/weather_snow.c index d313c921b..d5d6ec212 100644 --- a/test/weather_snow.c +++ b/test/weather_snow.c @@ -50,7 +50,7 @@ SINGLE_BATTLE_TEST("Snow turns Weather Ball to an Ice-type move and doubles its SINGLE_BATTLE_TEST("Snow allows Blizzard to bypass accuracy checks") { - PASSES_RANDOMLY(100, 100); + PASSES_RANDOMLY(100, 100, RNG_ACCURACY); GIVEN { ASSUME(gBattleMoves[MOVE_BLIZZARD].accuracy == 70); PLAYER(SPECIES_WOBBUFFET);