mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
E9 is the same as R0x
This commit is contained in:
parent
54a31934b2
commit
9fa171b712
|
@ -404,6 +404,7 @@ pub fn parse_module(module: &Module) -> agb_tracker_interop::Track {
|
|||
)
|
||||
}
|
||||
|
||||
0x9 => PatternEffect::Retrigger(slot.effect_parameter & 0xf),
|
||||
0xA => PatternEffect::FineVolumeSlide(
|
||||
Num::new((slot.effect_parameter & 0xf) as i16) / 128,
|
||||
),
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue