diff options
author | fieldy101 <fieldy101@gmail.com> | 2020-04-23 10:47:26 +1000 |
---|---|---|
committer | fieldy101 <fieldy101@gmail.com> | 2020-04-23 10:47:26 +1000 |
commit | ec0aa8100ddf543924645b266e2bed77120eb7e8 (patch) | |
tree | e6e02a4828c9bbb8379a9cbf6589bcb75d7c67dc /src | |
parent | 4c409fa343e04a17e88c5a43162d2cf8eb295a00 (diff) |
Add newline at EOF and set incbins as static
Diffstat (limited to 'src')
-rw-r--r-- | src/water.c | 6 |
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 |