You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm right, #incchrpal is meant to create a palette array for a corresponding 8x8 tileset and an according map instead of #inctilepal working with 16x16 tileset.
But using this directive trashes the screen, whereas just setting an empty palette array loads the screen correctly ( minus palette index affectation ).
Haha, I keep digging! Found this during the port of my SMS hombrew, I update things in the background in 8x8 mode. I could have use load_vram() or sprites instead but it's worth mentioning it.
FWIW, I highly recommend that you take a look at 0x8bitdev's MAPeD and SPReD thread on the forum, and that you consider using those tools instead of HuC's built-in methods and library code.
And if you want a better random number generator, there are some in the examples/asm/elmer/include/random.asm, but they don't have wrappers to use them in HuC.
Tested and working, thanks! Maybe the palette list ouput should be limited to -vv or -v option on HuC?
Thank you for your suggestions, I'll have a look.
If I'm right, #incchrpal is meant to create a palette array for a corresponding 8x8 tileset and an according map instead of #inctilepal working with 16x16 tileset.
But using this directive trashes the screen, whereas just setting an empty palette array loads the screen correctly ( minus palette index affectation ).
Is there something I'm missing? Wrong use?
TestIncChrPal.zip
The text was updated successfully, but these errors were encountered: