summaryrefslogtreecommitdiff
path: root/src/item_use.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-09-05 01:36:05 -0500
committerGitHub <noreply@github.com>2018-09-05 01:36:05 -0500
commitc0687c7832ad1055accce617459fe313004058c0 (patch)
tree9a15ec95345fdc22fd5d48580f0492695b8c036f /src/item_use.c
parent4418189d4cf94bd5f837611da2dcb6147709d653 (diff)
parent4c54212b1f559a110fc7f6fffebe3a54748f3fec (diff)
Merge pull request #311 from Slawter666/pss-label
Bring some labels over from pokeruby + template formatting
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);
}