diff options
author | fieldy101 <fieldy101@gmail.com> | 2020-04-22 22:29:35 +1000 |
---|---|---|
committer | fieldy101 <fieldy101@gmail.com> | 2020-04-22 23:30:44 +1000 |
commit | 9634b58d7ae9acb42c1cad41553a1806879d47cf (patch) | |
tree | b476adc421013dc2ed420db9345aadac1e854a4e /src/normal.c | |
parent | cdc705f7e36436924b4ce5f7815983a862c52873 (diff) |
Port emerald water functions into firered
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c index 5a4d98907..c20316942 100644 --- a/src/normal.c +++ b/src/normal.c @@ -186,7 +186,7 @@ const struct SpriteTemplate gUnknown_83E7C20 = .callback = sub_80BA5F8, }; -const struct SpriteTemplate gUnknown_83E7C38 = +const struct SpriteTemplate gWaterHitSplatSpriteTemplate = { .tileTag = ANIM_TAG_WATER_IMPACT, .paletteTag = ANIM_TAG_WATER_IMPACT, |