From e7bb8ea329b3bfee88542af813c5fb53d19bdf82 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 2 Nov 2022 14:13:08 -0600 Subject: [PATCH] update for https://github.com/rust-console/gba/pull/174 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 622ff30b..1519c675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * **Breaking:** Cleaned up the screenblock interface. Because they're in VRAM, they can't use `u8` access like they were defined to use before. Now the types use `u8x2`, similar to the Mode 4 bitmap. + * Fixed the MMIO definition for the OBJ palette, so the OBJ palette should + work now. * **0.9.3:** * Added `as_u32_slice` and `as_u16_slice` to `Align4`. * *Removed* the requirement for inputs to `include_aligned_bytes!` to be a