summaryrefslogtreecommitdiff
path: root/src/scene
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-11-26 02:24:41 -0600
committercamthesaxman <cameronghall@cox.net>2017-11-26 02:24:41 -0600
commit48c6d764e00285378d3f24d954855c6bde613bc0 (patch)
tree82f907925cb280cfeccfc0eeb66595e87cea6f5b /src/scene
parent4e1098beb6a84a46f0ac2bff37013a3f675f6750 (diff)
parentd373f41c2cbd2dc71ca2287b179c7c8777b9eb02 (diff)
fix merge conflicts
Diffstat (limited to 'src/scene')
-rw-r--r--src/scene/berry_blender.c2
-rw-r--r--src/scene/contest_painting.c2
-rw-r--r--src/scene/credits.c2
-rw-r--r--src/scene/egg_hatch.c2
-rw-r--r--src/scene/evolution_graphics.c2
-rw-r--r--src/scene/hall_of_fame.c2
-rw-r--r--src/scene/intro.c2
-rwxr-xr-xsrc/scene/intro_credits_graphics.c2
-rw-r--r--src/scene/new_game.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/scene/berry_blender.c b/src/scene/berry_blender.c
index 42c79bc99..91b5c10bc 100644
--- a/src/scene/berry_blender.c
+++ b/src/scene/berry_blender.c
@@ -15,7 +15,7 @@
#include "overworld.h"
#include "item.h"
#include "items.h"
-#include "rng.h"
+#include "random.h"
#include "save.h"
#include "menu_cursor.h"
#include "trig.h"
diff --git a/src/scene/contest_painting.c b/src/scene/contest_painting.c
index 2600076c3..442d8ec26 100644
--- a/src/scene/contest_painting.c
+++ b/src/scene/contest_painting.c
@@ -6,7 +6,7 @@
#include "main.h"
#include "menu.h"
#include "palette.h"
-#include "rng.h"
+#include "random.h"
#include "sprite.h"
#include "string_util.h"
#include "strings.h"
diff --git a/src/scene/credits.c b/src/scene/credits.c
index ccd4cebc6..fed1d993a 100644
--- a/src/scene/credits.c
+++ b/src/scene/credits.c
@@ -9,7 +9,7 @@
#include "menu.h"
#include "palette.h"
#include "pokedex.h"
-#include "rng.h"
+#include "random.h"
#include "songs.h"
#include "sound.h"
#include "species.h"
diff --git a/src/scene/egg_hatch.c b/src/scene/egg_hatch.c
index 49cced46a..3675b42cf 100644
--- a/src/scene/egg_hatch.c
+++ b/src/scene/egg_hatch.c
@@ -11,7 +11,7 @@
#include "overworld.h"
#include "palette.h"
#include "pokemon.h"
-#include "rng.h"
+#include "random.h"
#include "script.h"
#include "songs.h"
#include "sound.h"
diff --git a/src/scene/evolution_graphics.c b/src/scene/evolution_graphics.c
index 66b506fb5..dc0e219c5 100644
--- a/src/scene/evolution_graphics.c
+++ b/src/scene/evolution_graphics.c
@@ -2,7 +2,7 @@
#include "evolution_graphics.h"
#include "sprite.h"
#include "trig.h"
-#include "rng.h"
+#include "random.h"
#include "decompress.h"
#include "task.h"
#include "sound.h"
diff --git a/src/scene/hall_of_fame.c b/src/scene/hall_of_fame.c
index a1de26c32..63aaf79c9 100644
--- a/src/scene/hall_of_fame.c
+++ b/src/scene/hall_of_fame.c
@@ -15,7 +15,7 @@
#include "m4a.h"
#include "data2.h"
#include "decompress.h"
-#include "rng.h"
+#include "random.h"
#include "trig.h"
#include "ewram.h"
diff --git a/src/scene/intro.c b/src/scene/intro.c
index b52fbb3a9..c713071e7 100644
--- a/src/scene/intro.c
+++ b/src/scene/intro.c
@@ -11,7 +11,7 @@
#include "main.h"
#include "new_game.h"
#include "palette.h"
-#include "rng.h"
+#include "random.h"
#include "save.h"
#include "songs.h"
#include "sound.h"
diff --git a/src/scene/intro_credits_graphics.c b/src/scene/intro_credits_graphics.c
index a150e8dc9..bb80ef3b6 100755
--- a/src/scene/intro_credits_graphics.c
+++ b/src/scene/intro_credits_graphics.c
@@ -11,7 +11,7 @@
#include "main.h"
#include "new_game.h"
#include "palette.h"
-#include "rng.h"
+#include "random.h"
#include "save.h"
#include "songs.h"
#include "sound.h"
diff --git a/src/scene/new_game.c b/src/scene/new_game.c
index b15282960..ee042a0de 100644
--- a/src/scene/new_game.c
+++ b/src/scene/new_game.c
@@ -18,7 +18,7 @@
#include "pokedex.h"
#include "pokemon_size_record.h"
#include "pokemon_storage_system.h"
-#include "rng.h"
+#include "random.h"
#include "roamer.h"
#include "overworld.h"
#include "rtc.h"