diff options
Diffstat (limited to 'src/lottery_corner.c')
-rw-r--r-- | src/lottery_corner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lottery_corner.c b/src/lottery_corner.c index e8fd234c5..a6019e691 100644 --- a/src/lottery_corner.c +++ b/src/lottery_corner.c @@ -3,7 +3,7 @@ #include "event_data.h" #include "pokemon.h" #include "constants/items.h" -#include "rng.h" +#include "random.h" #include "species.h" #include "string_util.h" #include "text.h" |