Skip to content

Commit

Permalink
committing to commit the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
inspectredc committed Aug 25, 2023
1 parent 02333d3 commit 72f3fd3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions soh/src/overlays/actors/ovl_player_actor/z_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -9686,14 +9686,6 @@ void Player_Init(Actor* thisx, PlayState* play2) {
sMaskMemory = PLAYER_MASK_NONE;
}
this->currentMask = sMaskMemory;
// for (uint16_t cSlotIndex = 0; cSlotIndex < ARRAY_COUNT(gSaveContext.equips.cButtonSlots); cSlotIndex++) {
// if (gSaveContext.equips.cButtonSlots[cSlotIndex] == SLOT_TRADE_CHILD &&
// (gItemAgeReqs[gSaveContext.equips.buttonItems[cSlotIndex + 1]] != 9 && LINK_IS_ADULT &&
// !CVarGetInteger("gTimelessEquipment", 0))) {
// gSaveContext.equips.cButtonSlots[cSlotIndex] = SLOT_NONE;
// gSaveContext.equips.buttonItems[cSlotIndex + 1] = ITEM_NONE;
// }
// }
}
Player_InitCommon(this, play, gPlayerSkelHeaders[((void)0, gSaveContext.linkAge)]);
this->giObjectSegment = (void*)(((uintptr_t)ZELDA_ARENA_MALLOC_DEBUG(0x3008) + 8) & ~0xF);
Expand Down

0 comments on commit 72f3fd3

Please sign in to comment.