thezerothcat / LaMulanaRandomizer

Randomizer for La-Mulana Remake
https://github.com/thezerothcat/LaMulanaRandomizer/wiki
BSD 2-Clause "Simplified" License
51 stars 17 forks source link

[Feature Request] Option to recolor money pots #103

Open halgorithm opened 4 years ago

halgorithm commented 4 years ago

If we could use recolored sprites for all pots that contain money, it would be helpful to quickly identify which pots are important to break. It would also be useful if an option to shuffle money pot locations were ever added in a future version of the randomizer.

worsety commented 4 years ago

Pots are limited to the 20 types in 02comenemy.png, new pot graphics cannot be added without replacing old ones without exe mods (or some extensive rcd shenanigans to render a texture over the pots but only until you break it with a screen flag update somehow finding unused screen flags for every screen with pots on it). Using existing pot graphics meant for other fields is an option, I don't know whether this would be considered desirable, I just meant to comment on the technical feasibility.