Users browsing this thread: 1 Guest(s)
Problems with modifying Edgar's Tools

#3
Posts: 91
Threads: 1
Thanks Received: 13
Thanks Given: 1
Joined: Apr 2014
Reputation: 2
Status
None
I have never used this patch, but looking at the original code... I can say that Gi Nattak is right. This patch changes the place where the drill code is. You could duplicate the code in its original address (it was on a few of those "new unused bytes", so it's safe) or modify the pointer for drill's code.

If you wanna duplicate the code, you should restore this:

Code:
C2/2B4D: A9 20        LDA #$20
C2/2B4F: 0C A2 11            TSB $11A2      (Set ignore defense)
C2/2B52: 60                     RTS


And if you wanna modify the pointer, you need to change this
Code:
C2/2B24: 4D 2B     (Drill)


to this
Code:
C2/2B24: 35 2B     (Drill)


[Image: SvEf6Yh.png]
  Find
Quote  



Messages In This Thread
RE: Problems with modifying Edgar's Tools - by Xenovant - 04-10-2014, 03:54 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite