Fix cake screen cutting off early

This commit is contained in:
Agent X 2024-03-10 00:45:00 -05:00
parent 0b16e8f912
commit 2a7caa2e07

View file

@ -34,7 +34,7 @@ const LevelScript level_ending_entry[] = {
// L1: // L1:
/*17*/ //SLEEP(/*frames*/ 1), /*17*/ //SLEEP(/*frames*/ 1),
/*18*/ //JUMP(level_ending_entry + 17), /*18*/ //JUMP(level_ending_entry + 17),
SLEEP_BEFORE_EXIT(/*frames*/ 30 * 5), SLEEP_BEFORE_EXIT(/*frames*/ 30 * 10),
/*15*/ CALL(/*arg*/ 0, /*func*/ lvl_exiting_credits), /*15*/ CALL(/*arg*/ 0, /*func*/ lvl_exiting_credits),
CLEAR_LEVEL(), CLEAR_LEVEL(),
EXIT(), EXIT(),