Closed hannahbunny closed 8 months ago
Thanks for the report, this seems like a bug in the preview branch. The APIs you're using (rdp_*
) are deprecated in that branch and the implementation was rewritten to keep the same API and make it work above the new API (rdpq_*
).
I've pushed a fix in the preview branch (6cf2fbc).
Also, we should probably rework or remove the spritemap example from the preview branch.
Hi all, I was experimenting a bit with some of the examples and found some strange behavior when messing around with the spritemap example. If commenting out the graphics_draw_sprite_trans line, running the example below in Ares produces an error saying "ASSERTION FAILED: only sprites in FMT_RGBA16 or FMT_RGBA32 are supported" despite the sprite being the mudkip sprite from the example. Am I missing something here? Tested on both preview and unstable branches.