From 5f25e505513367e017854d8d203fd23897990075 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Fri, 23 Feb 2018 11:50:18 -0500 Subject: [PATCH] Fix graphics when throwing items to fairy This hook will not work without another one that changes the data bank. Which apparently was never checked in due to green mail approach to fixing the freeze did not work out. --- hooks.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks.asm b/hooks.asm index bda75f1..05705dc 100644 --- a/hooks.asm +++ b/hooks.asm @@ -523,8 +523,8 @@ LDA.w BottleListExpanded, X org $09895C ; 4895C - ancilla_init.asm:1344 (LDA PotionList, X) LDA.w PotionListExpanded, X ;-------------------------------------------------------------------------------- -org $098A36 ; <- 48A36 - ancilla_init.asm:1432 (LDA AddReceiveItem.item_graphics_indices, Y : STA $72) -LDA AddReceivedItemExpanded_item_graphics_indices, Y +;org $098A36 ; <- 48A36 - ancilla_init.asm:1432 (LDA AddReceiveItem.item_graphics_indices, Y : STA $72) +;LDA AddReceivedItemExpanded_item_graphics_indices, Y ;-------------------------------------------------------------------------------- org $06D1EB ; 351EB - sprite_absorbable.asm:364 (STA $7EF375) ; bugbug commented out until i figure out why it doesn't work JSL HandleBombAbsorbtion