I found a fix for the little tail conundrum
I just had to replace every instance of p:mem(0x164, FIELD_WORD, 0) with the followingwith the exception being the one on line 210. Now my tails are working and my walls are still jumping.
Hopefully this helps everyone and doesn't catastrophically destroy any episodes

I just had to replace every instance of p:mem(0x164, FIELD_WORD, 0) with the following
Code:
if p:mem(0x164, FIELD_WORD) == -1 then p:mem(0x164, FIELD_WORD, 0)end
Hopefully this helps everyone and doesn't catastrophically destroy any episodes
Statistics: Posted by MarioXHK — Fri Feb 21, 2025 4:31 pm