diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-06 18:03:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 18:03:21 -0400 |
commit | fb9b695f9a366f662b5262f440d77c770b131d0d (patch) | |
tree | 4aea0466e25e069d4b17fc8d1d0cdd23bee6e128 /src/quest_log.c | |
parent | b4b509f68477068ae111cc5a6094d858d396c4bb (diff) | |
parent | 076971ee687e1956a1b01144634b3e3468e23cff (diff) |
Merge pull request #112 from ultima-soul/new_game
Decompile/port new_game
Diffstat (limited to 'src/quest_log.c')
-rw-r--r-- | src/quest_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quest_log.c b/src/quest_log.c index 8b9ee9395..065b42cef 100644 --- a/src/quest_log.c +++ b/src/quest_log.c @@ -986,7 +986,7 @@ void sub_8111368(void) { gUnknown_203ADFA = 2; sub_806E6FC(); - ClearItemSlotsInAllBagPockets(); + ClearBag(); ClearPCItemSlots(); if (sub_8110AC8() == 1) { |