summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/water.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/water.c b/src/water.c
index dbb42ecb3..8614f6600 100644
--- a/src/water.c
+++ b/src/water.c
@@ -56,8 +56,8 @@ static void CreateWaterSportDroplet(struct Task*);
static void CreateWaterPulseRingBubbles(struct Sprite*, int, int);
// Both unused? Comment copied from pokeemerald
-const u8 gUnknown_83E44F4[] = INCBIN_U8("graphics/battle_anims/unk_83E4874.4bpp");
-const u8 gUnknown_83E4874[] = INCBIN_U8("graphics/battle_anims/unk_83E4874.bin");
+static const u8 gUnknown_83E44F4[] = INCBIN_U8("graphics/battle_anims/unk_83E4874.4bpp");
+static const u8 gUnknown_83E4874[] = INCBIN_U8("graphics/battle_anims/unk_83E4874.bin");
static const union AnimCmd sAnim_RainDrop[] =
{
@@ -2226,4 +2226,4 @@ _08108EAA:\n\
pop {r0}\n\
bx r0\n");
}
-#endif \ No newline at end of file
+#endif