Merge branch 'master' of https://github.com/pret/pokeemerald
This commit is contained in:
commit
9e7db1bc19
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ void Compress(std::vector<Event>& events)
|
|||
return;
|
||||
}
|
||||
|
||||
if (CalculateCompressionScore(events, i) >= 6)
|
||||
if (CalculateCompressionScore(events, i) > 6)
|
||||
{
|
||||
CompressWholeNote(events, i);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue