summaryrefslogtreecommitdiff
path: root/src/recorded_battle.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-05 12:42:30 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-05 12:42:30 -0600
commit19fbf024ff7e5bedc0f297a44c7df298a9bd0ef4 (patch)
treee9a928ac0d8eaaca476d8704b95fbf5f6838d994 /src/recorded_battle.c
parentcaa13f877797edbb7a1e13bf00b537bafbd4315a (diff)
parent00896cb3b5813cb843e5e1abd4cbc9ff0ad3a632 (diff)
fix merge conflicts
Diffstat (limited to 'src/recorded_battle.c')
-rw-r--r--src/recorded_battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recorded_battle.c b/src/recorded_battle.c
index e843ff7cb..4f3fe4ab9 100644
--- a/src/recorded_battle.c
+++ b/src/recorded_battle.c
@@ -3,7 +3,7 @@
#include "recorded_battle.h"
#include "main.h"
#include "pokemon.h"
-#include "rng.h"
+#include "random.h"
#include "event_data.h"
#include "link.h"
#include "string_util.h"