[nostalgia/core] Add ability to set a BG's CBB

This commit is contained in:
2022-08-02 01:24:37 -05:00
parent c6ba893583
commit 35ae54b336
10 changed files with 247 additions and 147 deletions
+1 -1
View File
@@ -38,6 +38,6 @@ struct OX_ALIGN8 GbaSpriteAttrUpdate {
};
extern volatile uint16_t g_spriteUpdates;
extern GbaSpriteAttrUpdate g_spriteBuffer[config::GbaSpriteBufferLen];
extern ox::Array<GbaSpriteAttrUpdate, config::GbaSpriteBufferLen> g_spriteBuffer;
}