Merge pull request #2684 from LOuroboros/introFix

Fixed glitchy-looking water drops in the game's intro
This commit is contained in:
Jaizu 2023-02-14 22:58:57 +01:00 committed by GitHub
commit e3e005b0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,7 @@ void Task_HandleExpansionIntro(u8 taskId)
break;
case 3:
ResetSpriteData();
FreeAllSpritePalettes();
DestroyTask(taskId);
CreateTask(Task_Scene1_Load, 0);
SetMainCallback2(MainCB2_Intro);