summaryrefslogtreecommitdiff
path: root/src/water.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-01 15:25:22 -0400
committerGitHub <noreply@github.com>2021-11-01 15:25:22 -0400
commitcd4462f58cce785f408af26a7a3b11ad08575a5a (patch)
tree2a35a97aa4fb1eae38861178967e6806b4f00e00 /src/water.c
parent471608b56abbdf70a452896a0d895ffa5b4b06f9 (diff)
parente006569719969870ce480916a23cfd157fdcf454 (diff)
Merge pull request #474 from lioniac/master
Multiple renamings and removed some orphaned functions
Diffstat (limited to 'src/water.c')
-rw-r--r--src/water.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/water.c b/src/water.c
index c39064d71..0b4098c92 100644
--- a/src/water.c
+++ b/src/water.c
@@ -825,7 +825,7 @@ void AnimTask_CreateSurfWave(u8 taskId)
{
// Changed from Emerald
LZDecompressVram(gBattleAnimBgTilemap_SurfContest, animBg.bgTilemap);
- sub_80730C0(animBg.paletteId, animBg.bgTilemap, 0, 1);
+ RelocateBattleBgPal(animBg.paletteId, animBg.bgTilemap, 0, 1);
}
AnimLoadCompressedBgGfx(animBg.bgId, gBattleAnimBgImage_Surf, animBg.tilesOffset);
if (gBattleAnimArgs[0] == 0)