zeldamods / objmap-totk

Tears of the Kingdom Object Map
https://objmap-totk.zeldamods.org
GNU General Public License v3.0
47 stars 7 forks source link

Make chasms visible in the Depths #58

Closed jordanbtucker closed 1 year ago

jordanbtucker commented 1 year ago

This is a PR to resolve #57. It makes chasms visible on the map when viewing the Depths layer, but only when the Chasm filter is enabled.

To accomplish this, it inspects MapMarkerCave's info.Icon property instead of its info.Translate.Y position. This is to avoid making caves and wells show up in the Depths. Please let me know if there is a better way to accomplish this.