Skip to content

Commit

Permalink
Set Keaton's get item to an unused rupee 10 item. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico authored Feb 7, 2024
1 parent c630e00 commit cfa6d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/source/rnd/item_override.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ namespace rnd {
} else if (getItemId == static_cast<s16>(rnd::GetItemID::GI_MASK_CAPTAINS_HAT)) {
gExtSaveData.givenItemChecks.enOskGivenItem = 1;
} else if (actorId == game::act::Id::EnKitan) {
getItemId = incomingNegative ? -0x01 : 0x01;
getItemId = incomingNegative ? -0x03 : 0x03;
}

return getItemId;
Expand Down

0 comments on commit cfa6d0b

Please sign in to comment.