summaryrefslogtreecommitdiff
path: root/src/item_use.c
diff options
context:
space:
mode:
authorSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-09-04 23:31:37 +0100
committerSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-09-04 23:31:37 +0100
commit4c54212b1f559a110fc7f6fffebe3a54748f3fec (patch)
tree9a15ec95345fdc22fd5d48580f0492695b8c036f /src/item_use.c
parent5c66b8a7eff886b72bb98e22b5b34421d1a601d2 (diff)
Bring labels for overworld.c over from pokeruby
Diffstat (limited to 'src/item_use.c')
-rwxr-xr-xsrc/item_use.c2
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);
}