Ensure the black thing goes away at the intro

This commit is contained in:
Snesrev 2023-07-15 22:44:59 +02:00
parent 12d86ba435
commit 773e37a1d9
1 changed files with 5 additions and 0 deletions

View File

@ -1923,6 +1923,11 @@ void GameMode07_TitleScreenDemo_InitializeFileSelect() { // 009c9f
ResetSpritesFunc(0);
WriteReg(TM, 4);
WriteReg(TS, 0x13);
// Ensure the black thing goes away at the intro
WriteReg(WH0, 0);
WriteReg(WH1, 0xff);
mirror_hdmaenable = 0;
GameMode07_TitleScreenDemo_InitializeSaveData();
}