From ec0aa8100ddf543924645b266e2bed77120eb7e8 Mon Sep 17 00:00:00 2001 From: fieldy101 Date: Thu, 23 Apr 2020 10:47:26 +1000 Subject: Add newline at EOF and set incbins as static --- src/water.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3