Skip to content

Commit 8cb2f31

Browse files
authoredDec 23, 2024
Removed redundant call to FillPalBufferBlack in FRLG whiteout sequence (rh-hideout#5854)
1 parent f9fed98 commit 8cb2f31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/field_screen_effect.c

-1
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,6 @@ static void Task_RushInjuredPokemonToCenter(u8 taskId)
13741374
ClearWindowTilemap(windowId);
13751375
CopyWindowToVram(windowId, COPYWIN_MAP);
13761376
RemoveWindow(windowId);
1377-
FillPalBufferBlack();
13781377
FadeInFromBlack();
13791378
gTasks[taskId].tState = FRLG_WHITEOUT_HEAL_SCRIPT;
13801379
break;

0 commit comments

Comments
 (0)
Please sign in to comment.