mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-22 16:30:23 +00:00
Fix cake screen cutting off early
This commit is contained in:
parent
0b16e8f912
commit
2a7caa2e07
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Reference in a new issue