diff options
author | hjk321 <anderdude@outlook.com> | 2021-03-29 09:49:56 -0500 |
---|---|---|
committer | hjk321 <anderdude@outlook.com> | 2021-03-30 17:13:37 -0500 |
commit | 7d9bcc9f77aae2a59f657c77ffa670fd43a4bf87 (patch) | |
tree | 8407950dd11db764606fa1df22a9b1da7ae439c9 /src/water.c | |
parent | 05521b0668e8340321f049dd587fe1a33f370aea (diff) |
Document and index graphics/battle_anims and graphics/battle_interface
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[] = |