BydoEmpire Posted February 16, 2021 Share Posted February 16, 2021 @ZeroPage Homebrew discovered that on his Concerto, the background of Wizard's Dungeon is white instead of black. Is there a way to force the clear/transparent color to black? Hopefully possible in code, otherwise perhaps something I can do in the tileset png? Quote Link to comment Share on other sites More sharing options...
SlidellMan Posted February 16, 2021 Share Posted February 16, 2021 I think that this will fix it: BACKGRND=$00 If that doesn't, try $01. 1 Quote Link to comment Share on other sites More sharing options...
+Muddyfunster Posted February 16, 2021 Share Posted February 16, 2021 6 hours ago, BydoEmpire said: @ZeroPage Homebrew discovered that on his Concerto, the background of Wizard's Dungeon is white instead of black. Is there a way to force the clear/transparent color to black? Hopefully possible in code, otherwise perhaps something I can do in the tileset png? I'm pretty sure that's an issue with the Concerto firmware not returning the background colour to black ($00) after it uses white on the menu. as @SlidellMan states, setting the background colour should solve that 2 1 Quote Link to comment Share on other sites More sharing options...
+Muddyfunster Posted February 16, 2021 Share Posted February 16, 2021 Also, make sure that you update your 7800 Basic to 0.17 as that defaults to black per Mike's change notes. https://github.com/7800-devtools/7800basic/releases 3 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.