Update main

This commit is contained in:
scawful
2023-11-17 20:27:48 -05:00
parent cd601e32d0
commit 89d398898b
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -70,7 +70,7 @@ endmacro
LinkItem_FirePortal:
{
LDA.b #$B6
LDA.b #$B8
JSL Sprite_SpawnDynamically : BPL .continue
RTS
.continue

View File

@@ -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"
}