Add custom_gfx, ZCustomOverworld, time_system to Oracle_main

This commit is contained in:
scawful
2024-02-16 17:05:02 -05:00
parent 92581f6783
commit 69e965acb3

View File

@@ -35,6 +35,12 @@
; 3F - Load Custom GFX, Boat GFX
;
; =========================================================
xkas
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"
namespace Oracle
{
@@ -58,9 +64,6 @@ namespace Oracle
incsrc "Overworld/master_sword.asm"
print "End of master_sword.asm ", pc
incsrc "Overworld/custom_gfx.asm"
print "End of custom_gfx.asm ", pc
incsrc "Overworld/maku_tree.asm"
print "End of Overworld/maku_tree.asm ", pc
@@ -137,10 +140,6 @@ namespace Oracle
incsrc "Menu/menu.asm"
print "End of Menu/menu.asm ", pc
; incsrc "Menu/rings/bestiary_hooks.asm"
; incsrc "Menu/rings/bestiary.asm"
; -------------------------------------------------------
incsrc "Util/all_items.asm"