Cleaned by comparing evolution_scene.c with pokefirered

This commit is contained in:
Eduardo Quezada
2022-07-27 18:51:32 -04:00
parent 4ffe75c611
commit b00bd8b181
7 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ void CB2_InitMysteryEventMenu(void)
BuildOamBuffer();
RunTextPrinters();
UpdatePaletteFade();
FillPalette(0, 0, 2);
FillPalette(RGB_BLACK, 0, 2);
SetMainCallback2(CB2_MysteryEventMenu);
}
}