mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 07:27:47 +01:00
Merge branch 'master' of https://github.com/pret/pokeemerald
This commit is contained in:
commit
9e7db1bc19
@ -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…
x
Reference in New Issue
Block a user