Users browsing this thread: 1 Guest(s)
Changing the Command name

#7
Posts: 62
Threads: 16
Thanks Received: 10
Thanks Given: 4
Joined: May 2012
Reputation: 10
Status
None
>>HatZen08

Thank you advice!
Were there any point to the appropriate C3bank, but in the display of only the menu screen, command name in combat does not change this.

PHP Code:
C3/616F:    B91600      LDA $0016,Y    (unmodified commands)
C3/6172:    85E0        STA $E0
C3
/6174:    7B          TDC
C3
/6175:    AA          TAX
C3
/6176:    ADD611      LDA $11D6
C3
/6179:    297C        AND #$7C       (Filter out bit 7, bit 1, and bit 0 [bits which don't change commands])
C3/617B:    0A          ASL A
C3
/617C:    0A          ASL A          (Multiply by 4)
C3/617D:    900A        BCC $6189      (if carry was clearthis command does not need to be changed)
C3/617F:    48          PHA
C3
/6180:    BF9861C3    LDA $C36198,X  (load command to change from)
C3/6184:    C5E0        CMP $E0        (is this the command?)
C3/6186:    F00A        BEQ $6192      (branch if so)
C3/6188:    68          PLA
C3
/6189:    E8          INX
C3
/618A:    E00500      CPX #$0005     (otherwise loop and try again)
C3/618D:    D0ED        BNE $617C      (branch if 5 commands haven't been checked)
C3/618F:    A5E0        LDA $E0        (load command)
C3/6191:    60          RTS

C3/6192:    68          PLA
C3/6193:    BF9D61C3    LDA $C3619D,X  (Replace it with this command)
C3/6197:    60          RTS

Data: Commands to change FROM
C3/6198:    05          (Steal)
C3/6199:    0F          (Slot)
C3/619A:    0D          (Sketch)
C3/619B:    02          (Magic)
C3/619C:    00          (Fight)

Data: Commands to change TO
C3/619D:    06          (Capture)
C3/619E:    18          (GP Rain)    
C3/619F:    0E          (Control)
C3/61A0:    17          (X-Magic)
C3/61A1:    16          (Jump) 

It's good if you can with the extension of the data of an item, so as to change the command new device, but can not add new 1E or more commands?
If you are able to add a new command if, so I feel that will somehow will.
  Find
Quote  



Messages In This Thread
Changing the Command name - by Tsushiy - 06-08-2014, 07:57 AM
RE: Changing the Command name - by Cyprus - 06-09-2014, 12:26 AM
RE: Changing the Command name - by B-Run - 06-09-2014, 07:25 AM
RE: Changing the Command name - by Tsushiy - 06-09-2014, 07:43 AM
RE: Changing the Command name - by Vanya - 06-09-2014, 09:40 PM
RE: Changing the Command name - by HatZen08 - 06-10-2014, 09:12 AM
RE: Changing the Command name - by Tsushiy - 06-10-2014, 09:33 AM
RE: Changing the Command name - by HatZen08 - 06-10-2014, 04:29 PM
RE: Changing the Command name - by Tsushiy - 06-11-2014, 05:36 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite