Move time_system to Overworld section

This commit is contained in:
scawful
2024-03-07 19:54:37 -05:00
parent ecf65af468
commit daa455546b

View File

@@ -40,8 +40,7 @@
incsrc "Overworld/custom_gfx.asm" incsrc "Overworld/custom_gfx.asm"
print "End of custom_gfx.asm ", pc print "End of custom_gfx.asm ", pc
incsrc "Overworld/ZCustomOverworld.asm" incsrc "Overworld/ZCustomOverworld.asm"
print "End of Overworld/ZCustomOverworld.asm", pc print "End of ZCustomOverworld.asm ", pc
incsrc "Overworld/time_system.asm"
namespace Oracle namespace Oracle
{ {
@@ -73,6 +72,9 @@ namespace Oracle
incsrc "Overworld/lost_woods.asm" incsrc "Overworld/lost_woods.asm"
print "End of Overworld/lost_woods.asm ", pc print "End of Overworld/lost_woods.asm ", pc
incsrc "Overworld/time_system.asm"
print "End of Overworld/time_system.asm ", pc
print "" print ""
; ------------------------------------------------------- ; -------------------------------------------------------