summaryrefslogtreecommitdiff
path: root/src/field/tv.c
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/field/tv.c
parent4e1098beb6a84a46f0ac2bff37013a3f675f6750 (diff)
parentd373f41c2cbd2dc71ca2287b179c7c8777b9eb02 (diff)
fix merge conflicts
Diffstat (limited to 'src/field/tv.c')
-rw-r--r--src/field/tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field/tv.c b/src/field/tv.c
index 29d012f28..e58adebc9 100644
--- a/src/field/tv.c
+++ b/src/field/tv.c
@@ -9,7 +9,7 @@
#include "field_message_box.h"
#include "field_camera.h"
#include "flags.h"
-#include "rng.h"
+#include "random.h"
#include "string_util.h"
#include "text.h"
#include "species.h"
@@ -30,7 +30,7 @@
#include "naming_screen.h"
#include "pokedex.h"
#include "region_map.h"
-#include "rng.h"
+#include "random.h"
#include "overworld.h"
#include "rtc.h"
#include "script_menu.h"