From 89d398898bc8104cba7b4e72cc0192bfc28ce40d Mon Sep 17 00:00:00 2001 From: scawful Date: Fri, 17 Nov 2023 20:27:48 -0500 Subject: [PATCH] Update main --- Items/all_items.asm | 2 -- Items/portal_rod.asm | 2 +- Oracle_main.asm | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Items/all_items.asm b/Items/all_items.asm index a927979..43c0076 100644 --- a/Items/all_items.asm +++ b/Items/all_items.asm @@ -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 \ No newline at end of file diff --git a/Items/portal_rod.asm b/Items/portal_rod.asm index 4147157..fecd8ba 100644 --- a/Items/portal_rod.asm +++ b/Items/portal_rod.asm @@ -70,7 +70,7 @@ endmacro LinkItem_FirePortal: { - LDA.b #$B6 + LDA.b #$B8 JSL Sprite_SpawnDynamically : BPL .continue RTS .continue diff --git a/Oracle_main.asm b/Oracle_main.asm index 18b9696..60cd3aa 100644 --- a/Oracle_main.asm +++ b/Oracle_main.asm @@ -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" }