mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Merge pull request #2684 from LOuroboros/introFix
Fixed glitchy-looking water drops in the game's intro
This commit is contained in:
commit
e3e005b0cc
@ -260,6 +260,7 @@ void Task_HandleExpansionIntro(u8 taskId)
|
||||
break;
|
||||
case 3:
|
||||
ResetSpriteData();
|
||||
FreeAllSpritePalettes();
|
||||
DestroyTask(taskId);
|
||||
CreateTask(Task_Scene1_Load, 0);
|
||||
SetMainCallback2(MainCB2_Intro);
|
||||
|
Loading…
Reference in New Issue
Block a user