Dunno man, I've found out how to make everything out of range no matter what, I get the feeling it's my lack of assembly knowledge now that's killing me. I think the tree thing is more of a collision check being failed, i.e. something's in the way.
I can follow the jmp's well enough, but when I'm trying to find the checks and figure out how to make it either A) Bypass the jump or B) Not jump, I don't know the syntax to put it in. EB is for always jump, but what is never jump?
I want this one bad, narrowed it down to about 15 addresses so just going through one by one. Even tried crosschecking it with the ability is confounded/interrupted error messages to see if I could narrow down the range. Figured out how to switch the error messages (Big whoop) but it seems to pile all that stuff together in one section and there's nothing referencing my harvesting leads.
Much thanks for the tutorials btw, they did help. Here's one I found for help with ASM
http://ninethsense.netfirms.com/study/asm2.htmlStill trying to locate one that has the shortened versions of what I need. As I said earlier:
EB = Always jump
90 E9 = ?
90 90 = ?
56 C3 = ?