Users browsing this thread: 3 Guest(s)
Speeding up the ATB bars

#6
Posts: 3,971
Threads: 279
Thanks Received: 238
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
Here is the relevant code. The three multipliers are at C2/09D4, C2/09DD and C2/09E3.

Code:
C2/09D3: A0 20        LDY #$20      (ATB multiplier = 32 if slowed)
C2/09D5: BD F8 3E     LDA $3EF8,X
C2/09D8: 89 04        BIT #$04
C2/09DA: D0 08        BNE $09E4     (Branch if Slow)
C2/09DC: A0 40        LDY #$40      (ATB multiplier = 64 normally)
C2/09DE: 89 08        BIT #$08
C2/09E0: F0 02        BEQ $09E4     (Branch if not Haste)
C2/09E2: A0 54        LDY #$54      (ATB multiplier = 84 if hasted)
  Find
Quote  



Messages In This Thread
Speeding up the ATB bars - by vince94 - 10-18-2014, 08:35 PM
RE: Speeding up the ATB bars - by Synchysi - 10-18-2014, 09:24 PM
RE: Speeding up the ATB bars - by vince94 - 10-18-2014, 09:33 PM
RE: Speeding up the ATB bars - by madsiur - 10-18-2014, 09:51 PM
RE: Speeding up the ATB bars - by vince94 - 10-18-2014, 10:08 PM
RE: Speeding up the ATB bars - by madsiur - 10-18-2014, 10:14 PM
RE: Speeding up the ATB bars - by vince94 - 10-18-2014, 10:54 PM
RE: Speeding up the ATB bars - by ShinMrKarate - 10-19-2014, 05:30 AM
RE: Speeding up the ATB bars - by vince94 - 10-19-2014, 08:05 AM
RE: Speeding up the ATB bars - by ShinMrKarate - 10-19-2014, 09:45 AM
RE: Speeding up the ATB bars - by vince94 - 10-19-2014, 10:53 AM
RE: Speeding up the ATB bars - by ShinMrKarate - 10-19-2014, 12:42 PM
RE: Speeding up the ATB bars - by vince94 - 10-19-2014, 01:56 PM
RE: Speeding up the ATB bars - by Synchysi - 10-19-2014, 07:22 PM

Forum Jump:

Users browsing this thread: 3 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite