Skip to content

Commit

Permalink
Set ranomizer seed before randomizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 authored and NightScript370 committed Feb 1, 2019
1 parent a9c3f43 commit c29fd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romsel_dsimenutheme/arm9/source/graphics/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1597,8 +1597,8 @@ void graphicsInit()
REG_BG3PD_SUB = 1<<8;

if (theme < 1) {
loadPhotoList();
srand(time(NULL));
loadPhotoList();
loadPhoto();
}

Expand Down

0 comments on commit c29fd13

Please sign in to comment.