From bf69c79b1235d2131e02e4fbe302e602816aa2f9 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 18 Mar 2021 20:32:20 -0400 Subject: Name all syms in battle_anim_mons --- src/dark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dark.c') diff --git a/src/dark.c b/src/dark.c index 142366fea..e8b0b7e62 100644 --- a/src/dark.c +++ b/src/dark.c @@ -799,7 +799,7 @@ void AnimTask_MetallicShine(u8 taskId) else species = GetMonData(&gPlayerParty[gBattlerPartyIndexes[gBattleAnimAttacker]], MON_DATA_SPECIES); spriteId = GetAnimBattlerSpriteId(ANIM_ATTACKER); - newSpriteId = sub_8076E34(gBattleAnimAttacker, spriteId, species); + newSpriteId = CreateCloneOfSpriteInWindowMode(gBattleAnimAttacker, spriteId, species); GetBattleAnimBg1Data(&animBg); AnimLoadCompressedBgTilemap(animBg.bgId, gMetalShineTilemap); AnimLoadCompressedBgGfx(animBg.bgId, gMetalShineGfx, animBg.tilesOffset); -- cgit v1.2.3