diff options
Diffstat (limited to 'include/data/bard_music/length_table.h')
-rw-r--r-- | include/data/bard_music/length_table.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/data/bard_music/length_table.h b/include/data/bard_music/length_table.h deleted file mode 100644 index 144c70dfc..000000000 --- a/include/data/bard_music/length_table.h +++ /dev/null @@ -1,21 +0,0 @@ -#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 |