diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-23 14:01:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 14:01:11 -0400 |
commit | d21090cf044c3693f020f9580fa1dbefe3d4556f (patch) | |
tree | 553c15314325bfad9c75bc026121ca26aceb5f9e /src/water.c | |
parent | dbf3de7755136f434a1fc07496d2a685e752ef08 (diff) | |
parent | b80442645dc880216a35a780e5bed232aea1f92a (diff) |
Merge pull request #406 from hjk321/index-graphics
Document, Index, and Prettify Graphics, Part 1 (A-H)
Diffstat (limited to 'src/water.c')
-rw-r--r-- | src/water.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/water.c b/src/water.c index 5f7fa4dc6..eb7c13c8f 100644 --- a/src/water.c +++ b/src/water.c @@ -56,7 +56,7 @@ static void CreateWaterSportDroplet(struct Task*); static void CreateWaterPulseRingBubbles(struct Sprite*, s32, s32); // Both unused? Comment copied from pokeemerald -static const u8 gUnknown_83E44F4[] = INCBIN_U8("graphics/battle_anims/unk_83E4874.4bpp"); +static const u8 gUnknown_83E44F4[] = INCBIN_U8("graphics/battle_anims/unk_83E44F4.4bpp"); static const u8 gUnknown_83E4874[] = INCBIN_U8("graphics/battle_anims/unk_83E4874.bin"); static const union AnimCmd sAnim_RainDrop[] = |