diff options
author | Astatin <[email protected]> | 2025-09-09 16:53:39 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-09-09 16:53:39 +0200 |
commit | b5ca0d4bff573f14ac7d3b47ebd7b23c56346b5e (patch) | |
tree | 60be3e7de9dd156416b981df014e67244c0038f0 /modes/loading.gbasm | |
parent | 03c359596bdacbf39cdc244d2f164d0ec94d5505 (diff) |
Diffstat (limited to 'modes/loading.gbasm')
-rw-r--r-- | modes/loading.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |