summaryrefslogtreecommitdiff
path: root/src/rock.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-14 16:29:33 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-14 16:29:33 -0400
commit99ec579debc63991f16e08ef906111ad556edad5 (patch)
tree7ef44e3452d21432ad640270d7b6a9c6a15fe97c /src/rock.c
parent75b9fbc92fbe5edbf8dbdd647585d3d94adb33d1 (diff)
Name symbols in battle_anim_special.c
Diffstat (limited to 'src/rock.c')
-rw-r--r--src/rock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rock.c b/src/rock.c
index 922b2ad6a..4243e5102 100644
--- a/src/rock.c
+++ b/src/rock.c
@@ -407,7 +407,7 @@ void AnimTask_LoadSandstormBackground(u8 taskId)
gBattle_BG1_Y = 0;
SetGpuReg(REG_OFFSET_BG1HOFS, gBattle_BG1_X);
SetGpuReg(REG_OFFSET_BG1VOFS, gBattle_BG1_Y);
- sub_80752A0(&animBg);
+ GetBattleAnimBg1Data(&animBg);
AnimLoadCompressedBgTilemap(animBg.bgId, gFile_graphics_battle_anims_backgrounds_sandstorm_brew_tilemap);
AnimLoadCompressedBgGfx(animBg.bgId, gFile_graphics_battle_anims_backgrounds_sandstorm_brew_sheet, animBg.tilesOffset);
LoadCompressedPalette(gBattleAnimSpritePal_FlyingDirt, animBg.paletteId * 16, 32);
@@ -464,7 +464,7 @@ static void sub_80B490C(u8 taskId)
}
break;
case 3:
- sub_80752A0(&animBg);
+ GetBattleAnimBg1Data(&animBg);
sub_8075358(animBg.bgId);
++gTasks[taskId].data[12];
break;