Users browsing this thread: 1 Guest(s)
how to change the skill "possess"

#28
Posts: 3,971
Threads: 279
Thanks Received: 237
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
The fight command eventually reaches C2/1610 as well and as it is now you're jumping over the "Character executing one hit" routine at C2/317B as well as at least one other routine. You also forcing magic as the command to execute for every character.

I suggest you put the following at C2/1635:

Code:
20 69 64       JSR $6469

Then at C2/6469:

Code:
C2/6469: C9 06    CMP #$06
C2/646B: D0 08    BNE $6475 (branch if not capture)
C2/646D: A9 C6    LDA #$C6
C2/646F: 85 B6    STA $B6
C2/6471: A9 02    LDA #$02
C2/6473: 85 B5    STA $B5   (in case $B5 is used elsewhere...)
C2/6475: 8D 13 34 STA $3413
C2/6478: 60       RTS

I haven't tested this though, there might be issues I haven't foreseen.
  Find
Quote  



Messages In This Thread
how to change the skill "possess" - by Badass - 01-21-2012, 01:42 AM
RE: how to change the skill "possess" - by Badass - 01-21-2012, 01:57 AM
RE: how to change the skill "possess" - by Badass - 03-01-2012, 03:01 AM
RE: how to change the skill "possess" - by Badass - 03-02-2012, 11:18 PM
RE: how to change the skill "possess" - by Badass - 03-03-2012, 05:38 AM
RE: how to change the skill "possess" - by Badass - 03-03-2012, 04:24 PM
RE: how to change the skill "possess" - by Cyprus - 11-29-2013, 03:54 PM
RE: how to change the skill "possess" - by Cyprus - 11-30-2013, 11:28 AM
RE: how to change the skill "possess" - by Cyprus - 01-24-2014, 01:13 AM
RE: how to change the skill "possess" - by Cyprus - 01-24-2014, 07:09 PM
RE: how to change the skill "possess" - by madsiur - 01-25-2014, 01:49 AM
RE: how to change the skill "possess" - by Cyprus - 03-08-2014, 07:25 PM
RE: how to change the skill "possess" - by Cyprus - 06-03-2014, 02:04 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite