Skip to content

Commit

Permalink
Fix black screen/lines appearing on top screen before DS(i) splash plays
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 11, 2025
1 parent 39f2e89 commit e34fbb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions title/arm9/source/bootsplash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ void bootSplashDSi(void) {
// u16 whiteCol = ((whiteCol>>10)&0x1f) | ((whiteCol)&((31-3*ms().blfLevel)<<5)) | (whiteCol&(31-6*ms().blfLevel))<<10 | BIT(15);
toncset16(BG_GFX, 0xFFFF, 256*256);
toncset16(BG_GFX_SUB, 0xFFFF, 256*256);
toncset16(BG_PALETTE, 0xFFFF, 256);
toncset16(BG_PALETTE_SUB, 0xFFFF, 256);

cartInserted = (REG_SCFG_MC != 0x11);

Expand Down

0 comments on commit e34fbb8

Please sign in to comment.