Translations:Object respawning/9/en

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search

Given an item located in column itemCol and row itemRow, the player is considered to not be in its map area if and only if:

  • itemCol < playerCol1
  • or itemCol > playerCol2
  • or itemRow < playerRow1
  • or itemRow > playerRow2