diff options
author | YamaArashi <shadow962@live.com> | 2016-09-28 20:15:02 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-28 20:15:02 -0700 |
commit | 41e4ec0d0229b1f400af1bd2294b8bcdfa599d16 (patch) | |
tree | 6c7e640b158ffe571004153de44ae6464e93319c | |
parent | 5878577c41168aa9ecbdf6c5a86d8f0346b9484f (diff) |
fix more alignment issues
-rw-r--r-- | data/sound_data.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sound_data.s b/data/sound_data.s index f97288a99..d9dc459ed 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -9,3 +9,5 @@ .include "sound/music_player_table.s" .include "sound/song_table.s" .include "sound/direct_sound_data.s" + + .align 2 |