From f418cd0d4a6cd6009a0206ff783630598dc889e9 Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 5 Feb 2023 02:02:58 -0600 Subject: [PATCH] Create Dungeons directory for custom Key Block --- {KeyBlock => Dungeons}/keyblock.asm | 0 {Ocarina => Items/Ocarina}/song_of_healing.asm | 0 Oracle_main.asm | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename {KeyBlock => Dungeons}/keyblock.asm (100%) rename {Ocarina => Items/Ocarina}/song_of_healing.asm (100%) diff --git a/KeyBlock/keyblock.asm b/Dungeons/keyblock.asm similarity index 100% rename from KeyBlock/keyblock.asm rename to Dungeons/keyblock.asm diff --git a/Ocarina/song_of_healing.asm b/Items/Ocarina/song_of_healing.asm similarity index 100% rename from Ocarina/song_of_healing.asm rename to Items/Ocarina/song_of_healing.asm diff --git a/Oracle_main.asm b/Oracle_main.asm index 833bcc0..5abf25e 100644 --- a/Oracle_main.asm +++ b/Oracle_main.asm @@ -53,8 +53,8 @@ namespace Oracle print "End of Graphics/boat_gfx.asm ", pc ; --------------------------------------------------------- - incsrc "KeyBlock/keyblock.asm" - print "End of KeyBlock/keyblock.asm ", pc + incsrc "Dungeons/keyblock.asm" + print "End of Dungeons/keyblock.asm ", pc ; --------------------------------------------------------- incsrc "Events/house_tag.asm"