Users browsing this thread: 1 Guest(s)
About desperation moves...

#6
Posts: 3,971
Threads: 279
Thanks Received: 238
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
I don't know how to solve your problem, but if you trace the code in the desperation attack section, you'll jump where the command is set as magic and enventually end up in the following section. This is where the targeting byte ($11A0) is or is not used:

Code:
C2/274D: 8D 10 34     STA $3410   (Magic and numerous other commands enter here)
C2/2750: 80 02        BRA $2754   (load spell data for [equipment] magic)


C2/2752: A9 EE        LDA #$EE    (select Spell EEh - Battle)
C2/2754: 20 66 29     JSR $2966   (go load spell data)
C2/2757: A5 BB        LDA $BB     (targeting byte as read from $CFFE01 table?)
C2/2759: 1A           INC        
C2/275A: D0 05        BNE $2761   (branch if it wasn't FF.. if it was, it's null, so we use
                                   the spell byte instead)
C2/275C: AD A0 11     LDA $11A0   (spell aiming byte)
C2/275F: 85 BB        STA $BB
  Find
Quote  



Messages In This Thread
About desperation moves... - by Tenkarider - 07-05-2014, 10:54 AM
RE: About desperation moves... - by Gi Nattak - 07-05-2014, 01:47 PM
RE: About desperation moves... - by Tenkarider - 07-05-2014, 06:17 PM
RE: About desperation moves... - by Gi Nattak - 07-05-2014, 06:32 PM
RE: About desperation moves... - by Tenkarider - 07-05-2014, 09:00 PM
RE: About desperation moves... - by madsiur - 07-06-2014, 01:30 PM
RE: About desperation moves... - by Tenkarider - 07-07-2014, 09:28 AM
RE: About desperation moves... - by BTB - 07-07-2014, 10:08 AM
RE: About desperation moves... - by Tenkarider - 07-07-2014, 11:43 AM
RE: About desperation moves... - by Gi Nattak - 07-07-2014, 05:56 PM
RE: About desperation moves... - by Tenkarider - 07-07-2014, 07:28 PM
RE: About desperation moves... - by Gi Nattak - 07-07-2014, 07:35 PM
RE: About desperation moves... - by Tenkarider - 07-07-2014, 07:48 PM
RE: About desperation moves... - by BTB - 07-07-2014, 11:18 PM
RE: About desperation moves... - by Tenkarider - 07-08-2014, 12:43 AM
RE: About desperation moves... - by madsiur - 07-08-2014, 12:46 AM
RE: About desperation moves... - by BTB - 07-08-2014, 03:04 AM
RE: About desperation moves... - by Tenkarider - 07-08-2014, 04:32 AM
RE: About desperation moves... - by BTB - 07-08-2014, 04:35 AM
RE: About desperation moves... - by Tenkarider - 07-08-2014, 04:37 AM
RE: About desperation moves... - by BTB - 07-08-2014, 05:18 AM
RE: About desperation moves... - by Tenkarider - 07-08-2014, 06:43 AM
RE: About desperation moves... - by BTB - 07-08-2014, 08:52 AM
RE: About desperation moves... - by Tenkarider - 07-08-2014, 10:41 AM
RE: About desperation moves... - by BTB - 07-12-2014, 03:37 AM
RE: About desperation moves... - by Tenkarider - 07-12-2014, 04:27 AM
RE: About desperation moves... - by BTB - 07-12-2014, 07:30 AM
RE: About desperation moves... - by Tenkarider - 07-12-2014, 08:16 AM
RE: About desperation moves... - by BTB - 07-12-2014, 10:04 AM
RE: About desperation moves... - by Tenkarider - 07-12-2014, 10:26 AM
RE: About desperation moves... - by BTB - 07-12-2014, 12:25 PM
RE: About desperation moves... - by Tenkarider - 07-12-2014, 12:40 PM
RE: About desperation moves... - by BTB - 07-12-2014, 12:41 PM
RE: About desperation moves... - by Tenkarider - 07-12-2014, 01:01 PM
RE: About desperation moves... - by BTB - 07-12-2014, 06:59 PM
RE: About desperation moves... - by Tenkarider - 07-12-2014, 08:28 PM
RE: About desperation moves... - by BTB - 07-13-2014, 06:56 AM
RE: About desperation moves... - by Tenkarider - 07-13-2014, 08:59 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite