Update main
This commit is contained in:
@@ -12,8 +12,6 @@ print "End of Items/ice_rod.asm ", pc
|
||||
; Starts Expanded Bank 0x2B
|
||||
incsrc "Items/jump_feather.asm"
|
||||
incsrc "Items/book_of_secrets.asm"
|
||||
|
||||
incsrc "Items/portal_rod.asm"
|
||||
|
||||
incsrc "Items/sword_collect.asm"
|
||||
print "End of Items/sword_collect.asm ", pc
|
||||
@@ -70,7 +70,7 @@ endmacro
|
||||
|
||||
LinkItem_FirePortal:
|
||||
{
|
||||
LDA.b #$B6
|
||||
LDA.b #$B8
|
||||
JSL Sprite_SpawnDynamically : BPL .continue
|
||||
RTS
|
||||
.continue
|
||||
|
||||
@@ -175,6 +175,8 @@ namespace Oracle
|
||||
incsrc "Util/all_items.asm"
|
||||
; print "End of Util/all_items.asm ", pc
|
||||
|
||||
incsrc "Dungeons/house_walls.asm"
|
||||
|
||||
print ""
|
||||
print "Finished applying patches"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user