aboutsummaryrefslogtreecommitdiff
path: root/modes/loading.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-09-09 16:53:39 +0200
committerAstatin <[email protected]>2025-09-09 16:53:39 +0200
commitb5ca0d4bff573f14ac7d3b47ebd7b23c56346b5e (patch)
tree60be3e7de9dd156416b981df014e67244c0038f0 /modes/loading.gbasm
parent03c359596bdacbf39cdc244d2f164d0ec94d5505 (diff)
Add per entity dialogue + screen darkening animation for future big menu openingHEADlatestmain
Diffstat (limited to 'modes/loading.gbasm')
-rw-r--r--modes/loading.gbasm2
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