pk-hack / CoilSnake

https://pk-hack.github.io/CoilSnake/
GNU General Public License v3.0
158 stars 37 forks source link

Fix relocation overwrites #283

Closed charasyn closed 6 months ago

charasyn commented 6 months ago

Recently, we found an issue with the new NPC table relocation overwriting the user's custom CCS code. To avoid this, we will now check the actual code underlying a relocation, and skip writing the relocation if the code doesn't match.

tolmar commented 6 months ago

I'm glad you put the log warns on this, it's a surprising behavior. But, especially with the warns, it's probably less surprising than what it did before. So LGTM.