Skip to content

Commit

Permalink
Slight reduction in alpha blending.
Browse files Browse the repository at this point in the history
  • Loading branch information
wavemotion-dave committed Dec 29, 2020
1 parent 9f26802 commit b411532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified A5200DS.nds
Binary file not shown.
2 changes: 1 addition & 1 deletion arm9/source/a5200utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ void dsShowScreenEmu(void) {
bg1 = bgInit(2, BgType_Bmp8, BgSize_B8_512x512, 0,0);

REG_BLDCNT = BLEND_ALPHA | BLEND_SRC_BG2 | BLEND_DST_BG3;
REG_BLDALPHA = (12 << 8) | 9; // 75% / 60%
REG_BLDALPHA = (9 << 8) | 9; // 75% / 60%

//bufVideo = BG_GFX;
REG_BG2PB = 0;
Expand Down

0 comments on commit b411532

Please sign in to comment.