Users browsing this thread: 2 Guest(s)
Turning Runic into Cover

#7
Posts: 3,971
Threads: 279
Thanks Received: 237
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
I had a look at all this an a big obstacle I see is that the runic function is before the damage calculation. On the other hand, True knight is after the damage calculation. In other words, you would need to block an attack before the damage has been calculated and more important, targeted. Runic determine the Runicker before the attack while true knight need to wait after.

Take a look at the branching in this order. You would with some heavy modifications probably go like 5-2-3-4 instead of 1-2-3-4-5. I can't find an easy solution to this, sorry. Maybe you have a better idea than me of how to handle this situation:

1)
Code:
C2/3225: 20 2B 35     JSR $352B   (Runic function)
2)
Code:
C2/322B: 20 9D 2B     JSR $2B9D   (Damage Calculation)
3)
Code:
C2/3233: 20 92 32     JSR $3292   (Got to #4)
4)
Code:
C2/329B: 20 7E 58     JSR $587E   (targeting function)
5)
Code:
C2/32A8: 20 3B 12     JSR $123B   (True Knight and Love Token)
  Find
Quote  



Messages In This Thread
Turning Runic into Cover - by B-Run - 07-20-2012, 05:19 PM
RE: Turning Runic into Cover - by Gi Nattak - 07-21-2012, 02:31 PM
RE: Turning Runic into Cover - by SSJ Rick - 07-21-2012, 03:34 PM
RE: Turning Runic into Cover - by Sutebenukun - 07-21-2012, 04:21 PM
RE: Turning Runic into Cover - by madsiur - 07-21-2012, 06:05 PM
RE: Turning Runic into Cover - by B-Run - 07-22-2012, 07:00 PM
RE: Turning Runic into Cover - by madsiur - 07-24-2012, 08:50 PM
RE: Turning Runic into Cover - by B-Run - 07-24-2012, 11:19 PM
RE: Turning Runic into Cover - by B-Run - 07-26-2012, 08:07 PM
RE: Turning Runic into Cover - by madsiur - 07-27-2012, 12:29 PM
RE: Turning Runic into Cover - by B-Run - 08-15-2012, 11:47 AM
RE: Turning Runic into Cover - by Catone - 08-15-2012, 01:39 PM
RE: Turning Runic into Cover - by B-Run - 08-15-2012, 01:58 PM
RE: Turning Runic into Cover - by Catone - 08-15-2012, 05:04 PM
RE: Turning Runic into Cover - by B-Run - 08-15-2012, 09:17 PM
RE: Turning Runic into Cover - by Catone - 08-15-2012, 10:06 PM
RE: Turning Runic into Cover - by Timbo - 04-22-2017, 05:13 PM
RE: Turning Runic into Cover - by B-Run - 04-24-2017, 07:30 AM
RE: Turning Runic into Cover - by Timbo - 04-25-2017, 12:24 AM

Forum Jump:

Users browsing this thread: 2 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite