diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-05-25 09:30:24 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-05-29 17:43:11 -0500 |
commit | bc97185452e4dd38a808afeac7b6c774d4ab1163 (patch) | |
tree | cce8625b11a840a19219b5af051c6ebe83c3d95f /src/decoration.c | |
parent | 4d92810ad64d6b01701de7f4796467c402542420 (diff) |
Label all movement type functions and their callbacks
Diffstat (limited to 'src/decoration.c')
-rw-r--r-- | src/decoration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoration.c b/src/decoration.c index b00a51ef0..c3e651a0c 100644 --- a/src/decoration.c +++ b/src/decoration.c @@ -3760,7 +3760,7 @@ bool8 sub_8100D38(u8 taskId) void SetUpPuttingAwayDecorationPlayerAvatar(void) { - player_get_direction_lower_nybble(); + GetPlayerFacingDirection(); Menu_EraseWindowRect(0, 0, 29, 19); gUnknown_020391A8 = gSprites[gUnknown_03004880.unk4].data[0]; sub_81016C8(); |