mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
May as well support 0xE8
This commit is contained in:
parent
9fa171b712
commit
5f76fcc316
|
@ -404,6 +404,9 @@ pub fn parse_module(module: &Module) -> agb_tracker_interop::Track {
|
|||
)
|
||||
}
|
||||
|
||||
0x8 => PatternEffect::Panning(
|
||||
Num::new(((slot.effect_parameter & 0xf) as i16) - 8) / 8,
|
||||
),
|
||||
0x9 => PatternEffect::Retrigger(slot.effect_parameter & 0xf),
|
||||
0xA => PatternEffect::FineVolumeSlide(
|
||||
Num::new((slot.effect_parameter & 0xf) as i16) / 128,
|
||||
|
|
Loading…
Reference in a new issue