diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 15:25:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 15:25:22 -0400 |
commit | cd4462f58cce785f408af26a7a3b11ad08575a5a (patch) | |
tree | 2a35a97aa4fb1eae38861178967e6806b4f00e00 /src/rock.c | |
parent | 471608b56abbdf70a452896a0d895ffa5b4b06f9 (diff) | |
parent | e006569719969870ce480916a23cfd157fdcf454 (diff) |
Merge pull request #474 from lioniac/master
Multiple renamings and removed some orphaned functions
Diffstat (limited to 'src/rock.c')
-rw-r--r-- | src/rock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rock.c b/src/rock.c index 0bf202a2a..7ec10630a 100644 --- a/src/rock.c +++ b/src/rock.c @@ -412,7 +412,7 @@ void AnimTask_LoadSandstormBackground(u8 taskId) AnimLoadCompressedBgGfx(animBg.bgId, gFile_graphics_battle_anims_backgrounds_sandstorm_brew_sheet, animBg.tilesOffset); LoadCompressedPalette(gBattleAnimSpritePal_FlyingDirt, animBg.paletteId * 16, 32); if (IsContest()) - sub_80730C0(animBg.paletteId, animBg.bgTilemap, 0, 0); + RelocateBattleBgPal(animBg.paletteId, animBg.bgTilemap, 0, 0); if (gBattleAnimArgs[0] && GetBattlerSide(gBattleAnimAttacker) != B_SIDE_PLAYER) var0 = 1; gTasks[taskId].data[0] = var0; |