From 4994cfb99426f534a73ff61a977dc5fe25025c8c Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Sat, 24 Aug 2019 21:33:05 -0400 Subject: [PATCH] Faster great fairies --- hooks.asm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hooks.asm b/hooks.asm index a7af742..0d81f63 100755 --- a/hooks.asm +++ b/hooks.asm @@ -780,6 +780,18 @@ org $07B0D5 ; <- 3B0D5 - Bank07.asm : 7783 (LDA LinkItem_MagicCostBaseIndices, X JSL.l LoadModifiedMagicLevel : !ADD.w LinkItem_MagicCostBaseIndices, X ;-------------------------------------------------------------------------------- +;================================================================================ +; Faster Great Fairies +;-------------------------------------------------------------------------------- +org $06C83D ; <- sprite_ponds.asm : 784 ( LDA.b #$FF : STA $0DF0, X ) +db $30 ; (any faster and she appears as link is still throwing the bottle) +;-------------------------------------------------------------------------------- +org $06C896 ; <- sprite_ponds.asm : 844 ( LDA $1A : AND.b #$07 : BNE BRANCH_ALPHA ) +db $03 ; fade in speed. Should be power of 2 minus 1 +org $06C985 ; <- sprite_ponds.asm : 1025 ( LDA $1A : AND.b #$07 : BNE BRANCH_ALPHA ) +db $03 ; fade out speed. Should be power of 2 minus 1 +;-------------------------------------------------------------------------------- + ;================================================================================ ; New Items ;--------------------------------------------------------------------------------