mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Change initial state of lastNote
This commit is contained in:
parent
7f38a03093
commit
d86b290419
@ -780,7 +780,7 @@ int CalculateCompressionScore(std::vector<Event>& events, int index)
|
||||
std::uint8_t lastVelocity = 0x80u;
|
||||
EventType lastType = events[index].type;
|
||||
std::int32_t lastDuration = 0x80000000;
|
||||
std::uint8_t lastNote = 0x80u;
|
||||
std::uint8_t lastNote = 0x40u;
|
||||
|
||||
if (events[index].type == EventType::Note)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user