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