mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-26 20:27:50 -05:00
Decomped DseTrackEvent_Dummy1Byte
Decomped by @Snioflake
This commit is contained in:
@@ -107,9 +107,3 @@ DseTrackEvent_SetBankLsb: ; 0x02071BBC
|
||||
add r0, r4, #1
|
||||
ldmia sp!, {r4, pc}
|
||||
arm_func_end DseTrackEvent_SetBankLsb
|
||||
|
||||
arm_func_start DseTrackEvent_Dummy1Byte
|
||||
DseTrackEvent_Dummy1Byte: ; 0x02071BEC
|
||||
add r0, r0, #1
|
||||
bx lr
|
||||
arm_func_end DseTrackEvent_Dummy1Byte
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "dse.h"
|
||||
|
||||
u8* DseTrackEvent_SetInstrument(u8 *cur, struct dse_sequence *seq, struct dse_track *trk, struct dse_channel *chn);
|
||||
u8* DseTrackEvent_Dummy1Byte(u8 *ptr_next_byte, struct dse_sequence *sequence, struct dse_track *track, struct dse_channel *channel);
|
||||
u8* DseTrackEvent_SetInstrument(u8 *ptr_next_byte, struct dse_sequence *sequence, struct dse_track *track, struct dse_channel *channel);
|
||||
|
||||
#endif //PMDSKY_MAIN_02071BF4_H
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
#include "main_02071BF4.h"
|
||||
|
||||
u8* DseTrackEvent_Dummy1Byte(u8 *ptr_next_byte, struct dse_sequence *sequence, struct dse_track *track, struct dse_channel *channel)
|
||||
{
|
||||
return ptr_next_byte + 1;
|
||||
}
|
||||
|
||||
extern u32 DseChannel_SetInstrument(struct dse_channel *channel, u16 instrument_index);
|
||||
|
||||
u8* DseTrackEvent_SetInstrument(u8 *ptr_next_byte, struct dse_sequence *sequence, struct dse_track *track, struct dse_channel *channel)
|
||||
|
||||
Reference in New Issue
Block a user