From 8d9317abd7f500f1fcb097e425855e19c11a43be Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Mon, 23 Jun 2025 10:44:16 -0400 Subject: [PATCH] Address some feedback on hardware.inc --- constants/ram_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/ram_constants.asm b/constants/ram_constants.asm index 1ac7e0da..4a0624bd 100644 --- a/constants/ram_constants.asm +++ b/constants/ram_constants.asm @@ -352,7 +352,7 @@ DEF DAYCARE_INTRO_SEEN_F EQU 7 DEF NUM_VBLANK_HANDLERS EQU const_value ; rLCDC:: -DEF LCDC_DEFAULT EQU LCDC_ON | LCDC_WIN_9C00 | LCDC_WIN_ON | LCDC_BLOCK21 | LCDC_BG_9800 | LCDC_OBJ_8 | LCDC_OBJ_ON | LCDC_BG_OFF | LCDC_PRIO_ON +DEF LCDC_DEFAULT EQU LCDC_ON | LCDC_WIN_9C00 | LCDC_WIN_ON | LCDC_BLOCK21 | LCDC_BG_9800 | LCDC_OBJ_8 | LCDC_OBJ_ON | LCDC_PRIO_ON ; rIE:: DEF IE_DEFAULT EQU IE_JOYPAD | IE_SERIAL | IE_TIMER | IE_STAT | IE_VBLANK