From 0f877a3561e720f15956467ad7a5428fc5add870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Na=C5=9Bciszewski?= Date: Sat, 12 Dec 2020 21:44:18 +0100 Subject: Improve calcrom, add incbin counting, fix a few existing issues (#7) --- data/sound_data.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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 -- cgit v1.2.3