Skip to content

Commit

Permalink
Don't be an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-muffin committed Dec 16, 2024
1 parent 87647f1 commit f17ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hacks/src/fmv_subs.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void init_fmv_subs()
}

// Hack for the speech cutscene which has lower black bars
if (fmv_id == 17) {
if (fmv_id == 0) {
sub_offset = 7;
} else {
sub_offset = 0;
Expand Down

0 comments on commit f17ae6c

Please sign in to comment.