diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-12-18 19:31:04 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-12-18 19:54:27 -0600 |
commit | 2592803460fcaeb2dd804080eb8770c85613773e (patch) | |
tree | ba53079591d9629dcf4672b544f13651f346d425 /src/ground.c | |
parent | cd994f4935b9de81383d8e0a17d790414652a4d6 (diff) | |
parent | b2ac3b6d6f06ed4a2d64af90e97796c66bcdeb5f (diff) |
Merge branch 'master' of github.com:pret/pokeemerald into trade
Diffstat (limited to 'src/ground.c')
-rw-r--r-- | src/ground.c | 2 |
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. |