E9 is the same as R0x

This commit is contained in:
Gwilym Inzani 2024-08-28 16:46:08 +01:00
parent 54a31934b2
commit 9fa171b712
2 changed files with 1 additions and 0 deletions

View file

@ -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,
),