Skip to content

Commit

Permalink
Order matters
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed Jan 27, 2024
1 parent b0e0ddf commit d211b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/source/rnd/savefile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ namespace rnd {
}

if (gSettingsContext.startingPictographBox > 0) {
saveData.inventory.items[13] = game::ItemId::PictographBox;
rnd::util::GetPointer<void(game::ItemId)>(0x22b14c)(game::ItemId::PictographBox);
saveData.inventory.items[13] = game::ItemId::PictographBox;
}

if (gSettingsContext.startingGreatFairySword > 0) {
Expand Down

0 comments on commit d211b43

Please sign in to comment.