summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-06-18 18:01:32 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-06-18 18:01:32 -0400
commitd2a760afdbb4555e0b831598491e5fe1f410251d (patch)
treee527b0fa70a20e2f9aadd12cc77892985c8b0537 /src
parent24569583e49e66fefd0aeaeac68d2ba9bf206145 (diff)
Rename contest_link_80FC4F4, 80F57C4, and 81D9DE4
Diffstat (limited to 'src')
-rw-r--r--src/contest.c4
-rw-r--r--src/contest_link.c (renamed from src/contest_link_80FC4F4.c)1
-rw-r--r--src/contest_link_util.c (renamed from src/contest_link_81D9DE4.c)0
-rw-r--r--src/contest_util.c (renamed from src/contest_link_80F57C4.c)4
-rw-r--r--src/scrcmd.c2
-rwxr-xr-xsrc/script_pokemon_util_80F87D8.c2
6 files changed, 7 insertions, 6 deletions
diff --git a/src/contest.c b/src/contest.c
index a43b87679..314ebb381 100644
--- a/src/contest.c
+++ b/src/contest.c
@@ -31,14 +31,14 @@
#include "tv.h"
#include "scanline_effect.h"
#include "util.h"
-#include "contest_link_80F57C4.h"
+#include "contest_util.h"
#include "dma3.h"
#include "battle_message.h"
#include "event_scripts.h"
#include "event_data.h"
#include "strings.h"
#include "contest_effect.h"
-#include "contest_link_80FC4F4.h"
+#include "contest_link.h"
#include "script_pokemon_util_80F87D8.h"
#include "international_string_util.h"
#include "data.h"
diff --git a/src/contest_link_80FC4F4.c b/src/contest_link.c
index e17f62485..30ce9e391 100644
--- a/src/contest_link_80FC4F4.c
+++ b/src/contest_link.c
@@ -6,6 +6,7 @@
#include "pokemon.h"
#include "random.h"
#include "task.h"
+#include "contest_link.h"
#include "constants/flags.h"
static void sub_80FC5C0(u8);
diff --git a/src/contest_link_81D9DE4.c b/src/contest_link_util.c
index 8060b6cdc..8060b6cdc 100644
--- a/src/contest_link_81D9DE4.c
+++ b/src/contest_link_util.c
diff --git a/src/contest_link_80F57C4.c b/src/contest_util.c
index 8434c3eac..22074e1a1 100644
--- a/src/contest_link_80F57C4.c
+++ b/src/contest_util.c
@@ -4,8 +4,8 @@
#include "battle_gfx_sfx_util.h"
#include "bg.h"
#include "contest.h"
-#include "contest_link_80F57C4.h"
-#include "contest_link_80FC4F4.h"
+#include "contest_util.h"
+#include "contest_link.h"
#include "data.h"
#include "decompress.h"
#include "dma3.h"
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 9c00c3bc8..326d46a56 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -5,7 +5,7 @@
#include "clock.h"
#include "coins.h"
#include "contest.h"
-#include "contest_link_80F57C4.h"
+#include "contest_util.h"
#include "contest_painting.h"
#include "data.h"
#include "decoration.h"
diff --git a/src/script_pokemon_util_80F87D8.c b/src/script_pokemon_util_80F87D8.c
index 62b445a04..a6ab1693b 100755
--- a/src/script_pokemon_util_80F87D8.c
+++ b/src/script_pokemon_util_80F87D8.c
@@ -3,7 +3,7 @@
#include "battle_gfx_sfx_util.h"
#include "berry.h"
#include "contest.h"
-#include "contest_link_80F57C4.h"
+#include "contest_util.h"
#include "contest_painting.h"
#include "data.h"
#include "daycare.h"