Move Overworld incsrc into overworld.asm
This commit is contained in:
@@ -58,22 +58,7 @@ namespace Oracle
|
|||||||
print " -- Overworld -- "
|
print " -- Overworld -- "
|
||||||
print ""
|
print ""
|
||||||
|
|
||||||
incsrc "Overworld/world_map.asm"
|
incsrc "Overworld/overworld.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
|
|
||||||
|
|
||||||
print ""
|
print ""
|
||||||
|
|
||||||
|
|||||||
16
Overworld/overworld.asm
Normal file
16
Overworld/overworld.asm
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user