Move Overworld incsrc into overworld.asm

This commit is contained in:
scawful
2024-03-09 08:42:42 -05:00
parent 422c00fd2c
commit 0c41a384cf
2 changed files with 17 additions and 16 deletions

View File

@@ -58,22 +58,7 @@ namespace Oracle
print " -- Overworld -- "
print ""
incsrc "Overworld/world_map.asm"
incsrc "Overworld/pit_damage.asm"
print "End of Overworld/pit_damage.asm ", pc
incsrc "Overworld/master_sword.asm"
print "End of master_sword.asm ", pc
incsrc "Overworld/maku_tree.asm"
print "End of Overworld/maku_tree.asm ", pc
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
incsrc "Overworld/overworld.asm"
print ""