Translations:Object respawning/9/en

From ZeldaMods (Breath of the Wild)
Revision as of 23:14, 28 May 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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