diff options
author | Thomas Winwood <twwinwood@gmail.com> | 2018-06-20 16:14:56 +0100 |
---|---|---|
committer | Thomas Winwood <twwinwood@gmail.com> | 2018-06-20 16:14:56 +0100 |
commit | 413b8dbd46d992cd50a267fcac3767ce16e9bd3b (patch) | |
tree | 83b1651ee5d2159f2b862882f2ec9d190c63e1f7 /src/ghost.c | |
parent | 195d759f7c24910512c7758b2927cef943f83444 (diff) |
Decompile sub_80DE0FC
Diffstat (limited to 'src/ghost.c')
-rw-r--r-- | src/ghost.c | 6 |
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 |