From 795ce782a90fdb1d349a0a221872d895265c9154 Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Sun, 19 Mar 2023 11:50:55 -0500 Subject: [PATCH] Poor helmie, his mask is brittle --- hooks.asm | 5 +++-- variable_ganon_vulnerability.asm | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hooks.asm b/hooks.asm index 326d2b7..f7b00c3 100644 --- a/hooks.asm +++ b/hooks.asm @@ -2711,5 +2711,6 @@ JSL AgaDecision : NOP org $1ED6ED NOP #2 -; org $1ED67E -; BRA + : NOP #8 : + +; helmie's mask is brittle +org $1E8112 +db $03, $03, $03, $03, $00 diff --git a/variable_ganon_vulnerability.asm b/variable_ganon_vulnerability.asm index 438f65e..1c47d55 100644 --- a/variable_ganon_vulnerability.asm +++ b/variable_ganon_vulnerability.asm @@ -127,7 +127,7 @@ CheckBeeBoss: ; return non-zero A if entity is a boss (and bee should not attack) ;-------------------------------------------------------------------------------- StunGanon: - JSL GetRandomInt + JSL RNG_Ganon BIT.b #$30 BEQ .non_magic .magic