diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-02 12:11:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 12:11:22 -0500 |
commit | ae08a402904b8c4069bdfba61f0af8f433083f91 (patch) | |
tree | 7bc8513f997cbf0ee4457df9341919b4e9eabe08 /src/item_use.c | |
parent | 5198a05272716990bcd98b9b216d3431adb25a3e (diff) | |
parent | 2d820809d74eaf4775ad0e2cc50e57bb65ed61a6 (diff) |
Merge pull request #279 from PikalaxALT/field_effect
Field effect
Diffstat (limited to 'src/item_use.c')
-rw-r--r-- | src/item_use.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/item_use.c b/src/item_use.c index f5e880f98..ec8155eb1 100644 --- a/src/item_use.c +++ b/src/item_use.c @@ -170,7 +170,7 @@ static void sub_80A103C(u8 taskId) static void sub_80A1084(void) { - sub_807DC00(); + FadeInFromBlack(); CreateTask(sub_80A109C, 8); } @@ -223,7 +223,7 @@ static bool8 sub_80A1194(void) { FreezeObjectEvents(); ScriptContext2_Enable(); - sub_807DC00(); + FadeInFromBlack(); CreateTask(sub_80A11C0, 10); gUnknown_2031DE0 = 0; return TRUE; @@ -646,7 +646,7 @@ static void sub_80A1C08(u8 taskId) void sub_80A1C44(u8 taskId) { ResetInitialPlayerAvatarState(); - sub_8085620(); + StartEscapeRopeFieldEffect(); DestroyTask(taskId); } |