Merge pull request #67 from rh-hideout/master

同步expansion更新
This commit is contained in:
RoamerX 2025-08-04 20:46:03 +08:00 committed by GitHub
commit 2b84118930
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -487,10 +487,9 @@ static void CB2_InitBattleInternal(void)
else
{
gBattle_WIN0V = WIN_RANGE(DISPLAY_HEIGHT / 2, DISPLAY_HEIGHT / 2 + 1);
ScanlineEffect_Clear();
if (B_FAST_INTRO_NO_SLIDE == FALSE && !gTestRunnerHeadless)
{
ScanlineEffect_Clear();
for (i = 0; i < DISPLAY_HEIGHT / 2; i++)
{
gScanlineEffectRegBuffers[0][i] = 0xF0;