diff options
Diffstat (limited to 'src/ghost.c')
-rw-r--r-- | src/ghost.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghost.c b/src/ghost.c index 32fd427ed..709708a4d 100644 --- a/src/ghost.c +++ b/src/ghost.c @@ -250,7 +250,7 @@ static void sub_8111674(struct Sprite *sprite) return; if (r0 <= 0) return; - PlaySE12WithPanning(SE_W109, gUnknown_02038440); + PlaySE12WithPanning(SE_W109, gAnimCustomPanning); } static void sub_81116E8(struct Sprite *sprite) @@ -941,7 +941,7 @@ static void sub_81125E0(u8 taskId) } } -void sub_8112758(u8 taskId) +void AnimTask_CurseStretchingBlackBg(u8 taskId) { s16 startX, startY; s16 leftDistance, topDistance, bottomDistance, rightDistance; |