diff options
author | Tetrable <atiftetra@gmail.com> | 2018-09-09 20:42:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-09 20:42:23 +0100 |
commit | 3a0c26887efb6abc8106671ceefcc098737d823b (patch) | |
tree | 930dcf2dc217011c45671f3bf2017ec9111fd6ed /src/item_use.c | |
parent | 5a53d6d1fb304736c1fb3c222192a3b722707bca (diff) | |
parent | e1834c9d7bc961f872169e056b788fec04f39867 (diff) |
Merge pull request #3 from pret/master
merge
Diffstat (limited to 'src/item_use.c')
-rwxr-xr-x | src/item_use.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_use.c b/src/item_use.c index bf7c2a386..ea8206502 100755 --- a/src/item_use.c +++ b/src/item_use.c @@ -878,7 +878,7 @@ void ItemUseOutOfBattle_BlackWhiteFlute(u8 taskId) void task08_080A1C44(u8 taskId) { - player_avatar_init_params_reset(); + ResetInitialPlayerAvatarState(); sub_80B7CC8(); DestroyTask(taskId); } |