summaryrefslogtreecommitdiff
path: root/src/battle_anim_throw.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-01 23:13:59 -0400
committerGitHub <noreply@github.com>2021-04-01 23:13:59 -0400
commita0b3d4df12f30442ea7d14d3e05f19327ad8f6ce (patch)
tree4d54d5bab2be81f541de3c0b2d464728532c7c0f /src/battle_anim_throw.c
parent51970f97b0e48b0bffa8ab9229ac30a94f57512a (diff)
parent50e9666e1637b15bd57fd7ee88180e50d2eb5e8c (diff)
Merge pull request #1390 from GriffinRichards/doc-introcred
Document intro and credits sequences
Diffstat (limited to 'src/battle_anim_throw.c')
-rwxr-xr-xsrc/battle_anim_throw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_anim_throw.c b/src/battle_anim_throw.c
index 5b355c4bd..d36f6c3f9 100755
--- a/src/battle_anim_throw.c
+++ b/src/battle_anim_throw.c
@@ -2182,7 +2182,7 @@ void AnimTask_SubstituteFadeToInvisible(u8 taskId)
break;
case 2:
spriteId = gBattlerSpriteIds[gBattleAnimAttacker];
- RequestDma3Fill(0, (void *)OBJ_VRAM0 + gSprites[spriteId].oam.tileNum * TILE_SIZE_4BPP, 0x800, 1);
+ RequestDma3Fill(0, (void *)OBJ_VRAM0 + gSprites[spriteId].oam.tileNum * TILE_SIZE_4BPP, MON_PIC_SIZE, 1);
ClearBehindSubstituteBit(gBattleAnimAttacker);
DestroyAnimVisualTask(taskId);
break;