From 0650f8c856f0cf7797b15a5e2e55eff6845e1eca Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Tue, 24 Jul 2018 17:55:39 -0400 Subject: [PATCH] Fix shopkeeper item recieve animation being cut short --- hooks.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hooks.asm b/hooks.asm index ba02360..13df23b 100644 --- a/hooks.asm +++ b/hooks.asm @@ -1565,6 +1565,10 @@ org $08C5E5 ; <- 445ED - ancilla_receive_item.asm:395 (LDA .item_messages, Y : C JSL.l DialogItemReceive : NOP #2 org $08C301 ; <- 44301 - ancilla_receive_item.asm:8 (.item_messages) Ancilla_ReceiveItem_item_messages: +;---------------------------------------------------------- +;-- Shopkeepers +org $1EF379 ; <- F7379 sprite_shopkeeper.asm : 810 (JSL Sprite_ShowMessageUnconditional : JSL ShopKeeper_RapidTerminateReceiveItem) +NOP #4 ;Just remove the rapid terminate call ;-------------------------------------------------------------------------------- ;-- Reset Dialog Selection index for each new message org $0EEE5D ; <- 76E5D - vwf.asm:84 (JSL Attract_DecompressStoryGfx)