hirom header ; look for "FF6j" throughout for Japanese version patch differences. org $C2329E ; FF6j = org $C23299 LDA $B8 ; load targets PHA JSR reloc ; do relocated Square code NOP JSR $123B ; True Knight and Love Token ; FF6j = JSR $1236 JSR $57C2 ; FF6j = JSR $57AA PLA STA $B8 ; restore pre- True Knight and Love Token targets, as we ; want those backed up for next strike (and Mimic) ; C2/32AE: 20 65 38 JSR $3865 (depending on $3415, copy targets into backup targets ; and add to "already hit targets" list, or copy backup ; targets into targets.) ; ----------------------- org $C2???? reloc: ; Relocated Square code PHX JSR $520E ; X = Number of bits set in A ; FF6j = JSR $51F6 STX $3EC9 ; # of targets PLX RTS