Decompile remaining bard music data
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef GUARD_LENGTH_TABLE_H
|
||||
#define GUARD_LENGTH_TABLE_H
|
||||
|
||||
const int gBardSoundLengthTable[] = {
|
||||
0x09, 0x16, 0x0f, 0x10,
|
||||
0x27, 0x15, 0x09, 0x1e,
|
||||
0x18, 0x0f, 0x19, 0x0c,
|
||||
0x16, 0x2d, 0x18, 0x0f,
|
||||
0x28, 0x09, 0x15, 0x2a,
|
||||
0x12, 0x09, 0x16, 0x0f,
|
||||
0x1b, 0x30, 0x12, 0x1b,
|
||||
0x21, 0x18, 0x19, 0x27,
|
||||
0x13, 0x10, 0x36, 0x12,
|
||||
0x09, 0x2d, 0x0f, 0x0c,
|
||||
0x27, 0x17, 0x05, 0x2d,
|
||||
0x0c, 0x15, 0x30, 0x0c,
|
||||
0x15, 0x45, 0x12, 0x0f
|
||||
};
|
||||
|
||||
|
||||
#endif //GUARD_LENGTH_TABLE_H
|
||||
Reference in New Issue
Block a user