diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-24 02:49:39 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-24 02:49:39 -0500 |
commit | 69bf0084ce09c7e021596eab4b84ccc149745933 (patch) | |
tree | c2cf50a58bcb01def58863ea821c9d867f9f6413 | |
parent | a448bf4fdb0339f887b0dc7d26364a7a76803430 (diff) |
for some reason, this was breaking the build... troubleshoot later when we actually use these
-rw-r--r-- | data/dungeon_sbin.s | 5 |
1 files changed, 1 insertions, 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" |