summaryrefslogtreecommitdiff
path: root/src/ghost.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2019-02-12 00:40:42 -0600
committerDiegoisawesome <diego@domoreaweso.me>2019-02-12 00:40:42 -0600
commitdfb896356cf46fd1679814c7d5cf8f1e31e34dee (patch)
tree0c38e9dc94b1ef531b7a740cd1a08c4a2d5e091c /src/ghost.c
parent449fb25f2372c8d51fc156d0eeeffa4023ec38b8 (diff)
parent16eff049a14be4f826edb8bc07929e6d5e4e4e0d (diff)
Merge branch 'master' of github.com:pret/pokeemerald
Diffstat (limited to 'src/ghost.c')
-rw-r--r--src/ghost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghost.c b/src/ghost.c
index d26a4d1cb..998be0caa 100644
--- a/src/ghost.c
+++ b/src/ghost.c
@@ -275,7 +275,7 @@ static void sub_81116E8(struct Sprite *sprite)
if (sprite->data[6] == 0)
{
sprite->invisible = TRUE;
- sprite->callback = sub_80A67F4;
+ sprite->callback = DestroyAnimSpriteAndDisableBlend;
}
else
sub_8111764(sprite);
@@ -536,7 +536,7 @@ void sub_8111C50(u8 taskId)
gSprites[task->data[0]].data[3] = 0;
gSprites[task->data[0]].data[4] = 0;
StoreSpriteCallbackInData6(&gSprites[task->data[0]], SpriteCallbackDummy);
- gSprites[task->data[0]].callback = AnimTranslateLinearSimple;
+ gSprites[task->data[0]].callback = TranslateSpriteLinearFixedPoint;
task->func = sub_8111D78;
}