From 2c4c04fd3901e44ea8be92a51f341fbe74b62480 Mon Sep 17 00:00:00 2001 From: Ry Date: Wed, 25 May 2022 16:18:18 -0700 Subject: [PATCH] fox32rom: Move overlay framebuffers to make room for the audio buffers --- main.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.asm b/main.asm index a900bd4..68f19db 100644 --- a/main.asm +++ b/main.asm @@ -225,14 +225,14 @@ mouse_cursor: ; cursor overlay struct: const CURSOR_WIDTH: 8 const CURSOR_HEIGHT: 12 -const CURSOR_FRAMEBUFFER_PTR: 0x0212D000 +const CURSOR_FRAMEBUFFER_PTR: 0x0214C000 ; menu bar overlay struct: const MENU_BAR_WIDTH: 640 const MENU_BAR_HEIGHT: 16 const MENU_BAR_POSITION_X: 0 const MENU_BAR_POSITION_Y: 0 -const MENU_BAR_FRAMEBUFFER_PTR: 0x0212D180 +const MENU_BAR_FRAMEBUFFER_PTR: 0x0214C180 ; menu overlay struct: ; this struct must be writable, so these are hard-coded addresses in ram