fixed scroll?

This commit is contained in:
2025-02-01 20:53:13 -07:00
parent 89a99b160d
commit 36a428bcea
5 changed files with 59 additions and 28 deletions

View File

@ -28,6 +28,8 @@ void ppu_init() {
ctx.fetched_entry_count = 0;
ctx.window_line = 0;
ctx.rendering_window = false;
lcd_init();
LCDS_MODE_SET(MODE_OAM);