Skip to content

Commit e87bc1b

Browse files
committed
undo RNG Helper change
1 parent 270bb51 commit e87bc1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SerialPrograms/Source/PokemonFRLG/Programs/RngManipulation/PokemonFRLG_RngHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ void RngHelper::program(SingleSwitchProgramEnvironment& env, ProControllerContex
285285
stats.resets++;
286286

287287
// detect shinies
288-
shiny_found = check_for_shiny(env.console, context, TARGET, LANGUAGE);
288+
shiny_found = check_for_shiny(env.console, context, TARGET);
289289
if (shiny_found){
290290
env.log("Shiny found!");
291291
stats.shinies++;

0 commit comments

Comments
 (0)