Removed redundant call to FillPalBufferBlack in FRLG whiteout sequence (#5854)
This commit is contained in:
parent
f9fed98665
commit
8cb2f31961
@ -1374,7 +1374,6 @@ static void Task_RushInjuredPokemonToCenter(u8 taskId)
|
||||
ClearWindowTilemap(windowId);
|
||||
CopyWindowToVram(windowId, COPYWIN_MAP);
|
||||
RemoveWindow(windowId);
|
||||
FillPalBufferBlack();
|
||||
FadeInFromBlack();
|
||||
gTasks[taskId].tState = FRLG_WHITEOUT_HEAL_SCRIPT;
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user