From 5be0fe65015cf1b627f5e0372f0921c69cd78bfc Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Sat, 17 Aug 2019 23:02:14 -0400 Subject: [PATCH] Disable pyramid hole check for killing aga2 --- hooks.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hooks.asm b/hooks.asm index e687db7..6c69b5e 100755 --- a/hooks.asm +++ b/hooks.asm @@ -2188,6 +2188,16 @@ Overworld_Hole_End: ;-------------------------------------------------------------------------------- +;================================================================================ +; Disable pyramid hole check for killing aga2 +; +; this check is intended to prevent getting fluted out a second time if you +; return to his room after already killing him once. But with a pre-opened +; pyramid hole, it can cause you to get stuck there on killing him the first +; time. So we change it, and accept the flute out if you return. +;--------------------------------------------------------------------------------- +org $01C753 ; 0C753 = Bank01:10398 (LDA $7EF2DB : AND.b #$20 : BNE .return) +db $00 ; (originally $20) ;================================================================================ ; Music fixes