11#include "libsnd2_internal.h"
13void _SsContBankChange(s16 sep_no, s16 seq_no, u8 control_value)
19 score_struct = &_ss_score[sep_no][seq_no];
20 score_struct->m_vab_id = *score_struct->m_seq_ptr;
21 score_struct->m_seq_ptr += 1;
22 score_struct->m_delta_value = _SsReadDeltaValue(sep_no, seq_no);