From 57ec7d133dedd1c1d341e6dd25eb0f44fbf473aa Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 1 Aug 2023 10:21:16 -0400 Subject: [PATCH] Rename Debug.asm to all_items.asm --- Oracle_main.asm | 9 +++++++-- Debug/debug.asm => Util/all_items.asm | 0 2 files changed, 7 insertions(+), 2 deletions(-) rename Debug/debug.asm => Util/all_items.asm (100%) diff --git a/Oracle_main.asm b/Oracle_main.asm index 87ab8e6..ad4b20f 100644 --- a/Oracle_main.asm +++ b/Oracle_main.asm @@ -76,6 +76,8 @@ namespace Oracle incsrc "Music/dungeon_theme.asm" print "End of Music/dungeon_theme.asm ", pc + incsrc "Music/entrance_music_fix.asm" + ; incsrc "Music/boss_theme.asm" ; print "End of Music/boss_theme.asm ", pc @@ -203,6 +205,9 @@ namespace Oracle incsrc "Dungeons/entrances.asm" print "End of Dungeons/entrances.asm ", pc + incsrc "Dungeons/mothula.asm" + print "End of Dungeons/mothula.asm ", pc + print "" @@ -220,8 +225,8 @@ namespace Oracle ; --------------------------------------------------------- - incsrc "Debug/debug.asm" - print "End of Debug/debug.asm ", pc + incsrc "Util/all_items.asm" + print "End of Util/all_items.asm ", pc ; Overworld area which has holes that hurt ; You can change the area to which holes will hurt the player! diff --git a/Debug/debug.asm b/Util/all_items.asm similarity index 100% rename from Debug/debug.asm rename to Util/all_items.asm