Bushes not liftable before gloves

Go down

20150802

Post 

Bushes not liftable before gloves Empty 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
Conn

Bushes not liftable before gloves Image212

Since : 2013-06-30

Back to top Go down

Share this post on: reddit
- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum