diff options
author | Mateusz Naściszewski <matin1111@wp.pl> | 2020-12-12 21:44:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 14:44:18 -0600 |
commit | 0f877a3561e720f15956467ad7a5428fc5add870 (patch) | |
tree | 7f3fad2786482612c7c659b4cdc23defeff9c5fe /data | |
parent | b11c1642ac42aeeceaf2d26ba81dec2e2a18949b (diff) |
Improve calcrom, add incbin counting, fix a few existing issues (#7)
Diffstat (limited to 'data')
-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 |