From 69bf0084ce09c7e021596eab4b84ccc149745933 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sat, 24 Oct 2020 02:49:39 -0500 Subject: for some reason, this was breaking the build... troubleshoot later when we actually use these --- data/dungeon_sbin.s | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/data/dungeon_sbin.s b/data/dungeon_sbin.s index 32fb419..3408a56 100644 --- a/data/dungeon_sbin.s +++ b/data/dungeon_sbin.s @@ -1,7 +1,4 @@ -#include "constants/bg_music.h" -#include "constants/weather.h" - - .section .rodata +.section .rodata .include "data/unk_dungeon.inc" -- cgit v1.2.3