update main
This commit is contained in:
@@ -33,8 +33,6 @@ namespace Oracle
|
|||||||
incsrc "Items/ice_rod.asm"
|
incsrc "Items/ice_rod.asm"
|
||||||
print "End of Items/ice_rod.asm ", pc
|
print "End of Items/ice_rod.asm ", pc
|
||||||
|
|
||||||
incsrc "Masks/bunny_hood.asm"
|
|
||||||
print "End of Masks/bunny_hood.asm ", pc
|
|
||||||
|
|
||||||
incsrc "KeyBlock/keyblock.asm"
|
incsrc "KeyBlock/keyblock.asm"
|
||||||
print "End of KeyBlock/keyblock.asm ", pc
|
print "End of KeyBlock/keyblock.asm ", pc
|
||||||
@@ -45,9 +43,20 @@ namespace Oracle
|
|||||||
incsrc "Debug/debug.asm"
|
incsrc "Debug/debug.asm"
|
||||||
print "End of Debug/debug.asm ", pc
|
print "End of Debug/debug.asm ", pc
|
||||||
|
|
||||||
|
incsrc "Masks/mask_routines.asm"
|
||||||
|
|
||||||
incsrc "Masks/deku_mask.asm"
|
incsrc "Masks/deku_mask.asm"
|
||||||
print "End of Masks/deku_mask.asm ", pc
|
print "End of Masks/deku_mask.asm ", pc
|
||||||
|
|
||||||
|
incsrc "Masks/zora_mask.asm"
|
||||||
|
print "End of Masks/zora_mask.asm ", pc
|
||||||
|
|
||||||
|
incsrc "Masks/wolf_mask.asm"
|
||||||
|
print "End of Masks/wolf_mask.asm ", pc
|
||||||
|
|
||||||
|
incsrc "Masks/bunny_hood.asm"
|
||||||
|
print "End of Masks/bunny_hood.asm ", pc
|
||||||
|
|
||||||
print ""
|
print ""
|
||||||
print "Finished applying patches"
|
print "Finished applying patches"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user