0.20.3
github-actions
released this
12 Jun 17:06
·
204 commits
to master
since this release
Added
- Added
find_colour_index_16
andfind_colour_index_256
to theVRamManager
to find where a colour is in a palette. - Added
set_graphics_mode
to unmanaged sprites. This allows you to change to the blending and window modes.
Fixed
- Affine background center position didn't work outside of the upper left quadrant of the gba's screen.
- Fixed backtrace pointing to the wrong line of code (being out by one).
- Fixes overflow caused by certain font characteristics on boundaries of sprites in the object text renderer.