Fixed flashing text issue, moved textbox to window layer.

This commit is contained in:
2022-05-09 18:34:12 -07:00
parent 037f42e7ef
commit d6a06d851a
9 changed files with 37 additions and 22 deletions

View File

@@ -187,7 +187,7 @@ void main() {
// Fill screen white
for(j = 0; j < GB_BACKGROUND_COLUMNS * GB_BACKGROUND_ROWS; j++) filled[j] = SPRITE_TILESET_BLACK_LOW;
spriteBufferBackgroundLow(0x00, 0x00, GB_BACKGROUND_COLUMNS, GB_BACKGROUND_ROWS, filled);
spriteBufferBackground(0x00, 0x00, GB_BACKGROUND_COLUMNS, GB_BACKGROUND_ROWS, filled);
SCX_REG = 0x00;
SCY_REG = 0x00;