diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-12-17 13:17:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 13:17:58 -0600 |
commit | 096de8d9b2ffd90c52e790296bfd7c5436d45ca3 (patch) | |
tree | 9c5af2e04dea05221c71946a5dfc06471f77801d /data/sound_data.s | |
parent | bc504264f1e54b3c1e482710c592e5549828bfe1 (diff) | |
parent | f90f3affeb9b0a66aa7df68f5fdecd692033faf9 (diff) |
Merge pull request #12 from SethBarberee/master
Merge work from SethBarberee/pmd-red into pret.
Diffstat (limited to 'data/sound_data.s')
-rw-r--r-- | data/sound_data.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sound_data.s b/data/sound_data.s index 8ac86f7..d21dfbb 100644 --- a/data/sound_data.s +++ b/data/sound_data.s @@ -5,4 +5,4 @@ .include "sound/music_player_table.inc" .include "sound/song_table.inc" - .incbin "baserom.gba", 0x1E8841C + .incbin "baserom.gba", 0x1E8841C, 0x177BE4 |