Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/game/mario_actions_cutscene.c
Original file line number Diff line number Diff line change
Expand Up @@ -2515,13 +2515,13 @@ static s32 act_end_peach_cutscene(struct MarioState *m) {
}

#ifdef VERSION_EU
#define TIMER_CREDITS_SHOW 51
#define TIMER_CREDITS_PROGRESS 80
#define TIMER_CREDITS_WARP 160
#define TIMER_CREDITS_SHOW 64
#define TIMER_CREDITS_PROGRESS 93
#define TIMER_CREDITS_WARP 173
#else
#define TIMER_CREDITS_SHOW 61
#define TIMER_CREDITS_PROGRESS 90
#define TIMER_CREDITS_WARP 200
#define TIMER_CREDITS_SHOW 74
#define TIMER_CREDITS_PROGRESS 103
#define TIMER_CREDITS_WARP 213
#endif

static s32 act_credits_cutscene(struct MarioState *m) {
Expand Down