Skip to content

Commit

Permalink
remove game id check
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguupinguu committed Apr 28, 2024
1 parent aadfd5e commit cbd2676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Game Boy Advance/Muppets, The On With the Show!.rascript
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ function game_ID() => byte(0x008688)
// $BDEC: [8bit] Star Results
function basic_progression(this_difficulty, unlock) =>
difficulty() == this_difficulty &&
prev(game_ID()) == 5 &&
game_ID() == 6 &&
//prev(game_ID()) == 5 &&
// game_ID() == 6 &&
prev(unlock_flag()) == unlock &&
unlock_flag() == unlock + 1
achievement(
Expand Down

0 comments on commit cbd2676

Please sign in to comment.