summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Winwood <twwinwood@gmail.com>2018-06-20 16:14:56 +0100
committerThomas Winwood <twwinwood@gmail.com>2018-06-20 16:14:56 +0100
commit413b8dbd46d992cd50a267fcac3767ce16e9bd3b (patch)
tree83b1651ee5d2159f2b862882f2ec9d190c63e1f7 /src
parent195d759f7c24910512c7758b2927cef943f83444 (diff)
Decompile sub_80DE0FC
Diffstat (limited to 'src')
-rw-r--r--src/ghost.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ghost.c b/src/ghost.c
index d44df6818..fdb2e52fa 100644
--- a/src/ghost.c
+++ b/src/ghost.c
@@ -16,6 +16,7 @@ void sub_80DDD78(struct Sprite *);
void sub_80DDE7C(u8 taskId);
void sub_80DDED0(u8 taskId);
void sub_80DDFE8(struct Sprite *);
+void sub_80DE114(struct Sprite *);
void sub_80DDB6C(struct Sprite *sprite) {
InitAnimSpritePos(sprite, 1);
@@ -243,4 +244,9 @@ void sub_80DDFE8(struct Sprite *sprite) {
case 3:
move_anim_8074EE0(sprite);
}
+}
+
+void sub_80DE0FC(struct Sprite *sprite) {
+ sub_8078764(sprite, 1);
+ sprite->callback = &sub_80DE114;
} \ No newline at end of file