summaryrefslogtreecommitdiff
path: root/src/ground.c
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-12-18 05:31:39 -0500
committergolem galvanize <golemgalvanize@github.com>2018-12-18 05:31:39 -0500
commitc259ee46d3e0b0fc7e9a43e6448ef74247fedbf0 (patch)
tree7a4e53444248dd49aacbbf23a3af9f91cca8ef24 /src/ground.c
parent076d07f6fe24691d6d9d8872c049b18e2e16fa57 (diff)
parentc74468fd11b551e1babf18a4d320e114fe495bd8 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_party_menu
Diffstat (limited to 'src/ground.c')
-rw-r--r--src/ground.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ground.c b/src/ground.c
index 6cb7b8557..77acd3919 100644
--- a/src/ground.c
+++ b/src/ground.c
@@ -221,7 +221,7 @@ void AnimDirtScatter(struct Sprite *sprite)
sprite->data[2] = targetXPos + xOffset;
sprite->data[4] = targetYPos + yOffset;
sprite->callback = StartAnimLinearTranslation;
- StoreSpriteCallbackInData6(sprite, move_anim_8074EE0);
+ StoreSpriteCallbackInData6(sprite, DestroySpriteAndMatrix);
}
// Moves a particle of dirt in the Mud Sport animation.