Add newline at EOF and set incbins as static

This commit is contained in:
fieldy101
2020-04-23 10:47:26 +10:00
parent 4c409fa343
commit ec0aa8100d
+3 -3
View File
@@ -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
#endif