From b5ca0d4bff573f14ac7d3b47ebd7b23c56346b5e Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 9 Sep 2025 16:53:39 +0200 Subject: Add per entity dialogue + screen darkening animation for future big menu opening --- modes/loading.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modes/loading.gbasm') diff --git a/modes/loading.gbasm b/modes/loading.gbasm index aad23bd..3a7f9af 100644 --- a/modes/loading.gbasm +++ b/modes/loading.gbasm @@ -2,7 +2,7 @@ Loading_VBLANK_Entrypoint: .SET_WINDOW_LCDC_E .ENABLE_TOP_BAR - LD A, $palette_bold_font + LD A, $mem_gui_text_bold_palette LD $reg_bg_palette, A CALL $OAM_DMA_Transfer_routine -- cgit v1.2.3-70-g09d2