summaryrefslogtreecommitdiff
path: root/src/lottery_corner.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-12-16 11:27:10 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-12-16 11:27:10 -0500
commit190a2cba61c498eb258dc5743ba613168f15f677 (patch)
tree090781e56a9f32c0582bd56d167cc0d69a8d88f5 /src/lottery_corner.c
parentb1c6f80e10ca18d18ca11091449a9969e2b9aa05 (diff)
parent224fdbf026cfb0ff88aac519875a39fb038e4bb1 (diff)
Merge branch 'master' into link
Diffstat (limited to 'src/lottery_corner.c')
-rw-r--r--src/lottery_corner.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lottery_corner.c b/src/lottery_corner.c
index 211b78f19..2ded9c943 100644
--- a/src/lottery_corner.c
+++ b/src/lottery_corner.c
@@ -2,9 +2,9 @@
#include "lottery_corner.h"
#include "event_data.h"
#include "pokemon.h"
-#include "items.h"
-#include "rng.h"
-#include "species.h"
+#include "constants/items.h"
+#include "random.h"
+#include "constants/species.h"
#include "string_util.h"
#include "text.h"