ikemen-engine / Ikemen-GO

An open-source fighting game engine that supports MUGEN resources.
https://ikemen-engine.github.io
Other
739 stars 126 forks source link

refactor: Removed DrawPalNo #2104

Closed jenngra505 closed 2 weeks ago

jenngra505 commented 2 weeks ago

Nobody seems to understand the purpose of what DrawPalNo does after the recent palette select fixes so it'll be nice to remove redundancies.

Refactor:

Removed all instances of DrawPalNo from the code and replaced its uses with PalNo when necessary.