From 0e710a1b547ff5531af029f6e69f6b764e040991 Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Sun, 19 Mar 2023 03:44:29 -0500 Subject: [PATCH] Ganon not vulnerable to "silverless" frame --- goalitem.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/goalitem.asm b/goalitem.asm index 98c0125..b3ff441 100644 --- a/goalitem.asm +++ b/goalitem.asm @@ -1,5 +1,6 @@ GoalItemGanonCheck: LDA.w SpriteTypeTable, X : CMP.b #$D6 : BNE .success ; skip if not ganon + LDA.w $0D80, X : CMP.b #$12 : BEQ .fail JSL.l CheckGanonVulnerability BCC .fail JSL.l CheckMushroom