[teagba] Add set and scroll background offset functions

This commit is contained in:
2025-07-29 00:33:51 -05:00
parent fd610454d6
commit e27eee50f0
3 changed files with 45 additions and 13 deletions
+4
View File
@@ -41,4 +41,8 @@ void addSpriteUpdate(GbaSpriteAttrUpdate const &upd) noexcept;
void applySpriteUpdates() noexcept;
void setBgOffset(uint16_t bg, int16_t x, int16_t y) noexcept;
void scrollBgOffset(uint16_t bg, int16_t x, int16_t y) noexcept;
}