Skip to content

Commit

Permalink
Change keaton to be green rupees instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed Feb 4, 2024
1 parent 3d93a1f commit 838c070
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 @@ -417,7 +417,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 ? -0xBA : 0xBA;
getItemId = incomingNegative ? -0x01 : 0x01;
}

return getItemId;
Expand Down

0 comments on commit 838c070

Please sign in to comment.