Add changelog entry for affine background positions

This commit is contained in:
Gwilym Inzani 2024-05-27 14:45:02 +01:00
parent fde444e253
commit 6b58280e81

View file

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `find_colour_index_16` and `find_colour_index_256` to the `VRamManager` to find where a colour is in a palette. - Added `find_colour_index_16` and `find_colour_index_256` to the `VRamManager` to find where a colour is in a palette.
### Fixed
- Affine background center position didn't work outside of the upper left quadrant of the gba's screen.
## [0.20.2] - 2024/05/25 ## [0.20.2] - 2024/05/25
### Fixed ### Fixed