Bushes not liftable before gloves
Zeldix :: Zelda III Hacking :: Patches :: ASM
Page 1 of 1
20150802
Bushes not liftable before gloves
This code prevents bushes from being liftable before you have the gloves (but are still cut-able with the sword). This way you can block parts in the beginning part of your hack:
- Code:
lorom
org $07d42d
JSL $A0A240
org $A0A240
CPY #$02 ; check if bush
BNE end ; if not proceed to end
LDA $1B ; check if indoors
BNE end ; if not zero, then we are indoors -> proceed to end
LDY #$01 ; load "stone value" to Y
end:
LDA $D375,y ; repeat deleted native code
SEC
RTL
Conn- Since : 2013-06-30
Similar topics
» bunny link can lift bushes and open chests
» Pallete problem for Minish Zelda when receiving gloves
» Turn off the grey and gold colours of Link's hands when receiving Gloves
» Pallete problem for Minish Zelda when receiving gloves
» Turn off the grey and gold colours of Link's hands when receiving Gloves
Permissions in this forum:
You cannot reply to topics in this forum