From daa455546bf779f8b915e16badb8bac9eb85a824 Mon Sep 17 00:00:00 2001 From: scawful Date: Thu, 7 Mar 2024 19:54:37 -0500 Subject: [PATCH] Move time_system to Overworld section --- Oracle_main.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Oracle_main.asm b/Oracle_main.asm index ce54b34..3d235f2 100644 --- a/Oracle_main.asm +++ b/Oracle_main.asm @@ -40,8 +40,7 @@ incsrc "Overworld/custom_gfx.asm" print "End of custom_gfx.asm ", pc incsrc "Overworld/ZCustomOverworld.asm" -print "End of Overworld/ZCustomOverworld.asm", pc -incsrc "Overworld/time_system.asm" +print "End of ZCustomOverworld.asm ", pc namespace Oracle { @@ -72,6 +71,9 @@ namespace Oracle incsrc "Overworld/lost_woods.asm" print "End of Overworld/lost_woods.asm ", pc + + incsrc "Overworld/time_system.asm" + print "End of Overworld/time_system.asm ", pc print ""