Skip to content

Commit

Permalink
fix balloons
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakler committed Nov 3, 2023
1 parent 3eb3cfe commit 40c83a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ void trophy() {
} break;

case 0x305: /// "Big Poppa"
if( LCS && getBalloonsBurst() == 99 ) {
if( VCS && getBalloonsBurst() == 99 ) {
trophies[i].unlocked = 2; // unlocked
} break;

Expand Down

0 comments on commit 40c83a7

Please sign in to comment.