FF6 Hacking
C1 Updates - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: C1 Updates (/thread-4054.html)



C1 Updates - Imzogelmo - 10-21-2020

If you're using the C1 disaassembly from the wiki, make the following correction. 
Code:
C1_A080:    PHA
C1_A081:    ASL
C1_A082:    STA $12
C1_A084:    ASL
C1_A085:    CLC
Delete the six supposed data bytes in the table.


Also one more:
Code:
C1/EF24:    BFE7FFE7    LDA $E7FFE7,X
C1/EF28:    3FE87FE8    AND $E87FE8,X
C1/EF2C:    BFE8FFE8    LDA $E8FFE8,X
C1/EF30:    BFE8FFE8    AND $E97FE9,X

Should be:
C1_EF24:    dw $E7BF, $E7FF
            dw $E83F, $E87F    
            dw $E8BF, $E8FF    
            dw $E8BF, $E8FF