Code save structure

[HEX. BYTE] {TEXT / all lower-case code} “COMMENT”

—————————————————————————–

[0E 00 00 00] {SharkPortCODES} [00(12) 01 00(3)]
“.spc = .xpc SAME as even for PS2 X-Port 1.10 (U.S. version)”

[GG 00(3)] {Game Title} “GG = hex. value of game title’s total text length”
“0 < GG <= dec.25=hex.19" "copy & paste 'Game Title' from website code text" [HH 00(3)] “HH = 1 (M) + hex. value of total no. of other code(s)”
“1 < HH <= dec.255=hex.FF" "Otherwise, the 'Game Title' must be splited, e.g.
Dynasty Warriors 3 (a)-(c), Grand Theft Auto 3 (a)-(b) & Grandia II (a)-(c)”

—————————————————————————–

[03 00(3)] {(M)} “Must Be On”
[00(4) 01 00(3)] “Mastercode Enabled”
[JJ 00(3)] “JJ = 2 * hex. value of each code’s total row entry/entries”
“2 <= JJ is corresponding to the above (M) code at this moment." [08 00(3)] {row 1 code: left-8 half} [08 00(3)] {row 1 code: right-8 half}
[08 00(3)] {row 2 code: left-8 half} [08 00(3)] {row 2 code: right-8 half}
“… copy & paste all ‘code values’ in lower-case from website code text …”
[08 00(3)]{row JJ/2 code: left-8 half} [08 00(3)]{row J/2 code: right-8 half}

—————————————————————————–

“for other code(s), # = 1 to HH-1 (total numbers of other codes)”
[KK 00(3)] {Code # Title} “KK = hex. value of code title’s total text length”
“0 < KK <= dec.20=hex.14" "copy & paste 'Code Title' from website code text" [00(4) 0? 00(3)] “? = 1 (default ON code) or ? = 0 (default OFF code)” [JJ 00(3)] “JJ = 2 * hex. value of each code’s total row entry/entries”
“1 <= JJ/2 <= dec.127=hex.7F" "JJ is corresponding to this code now." [08 00(3)] {row 1 code: left-8 half} [08 00(3)] {row 1 code: right-8 half}
[08 00(3)] {row 2 code: left-8 half} [08 00(3)] {row 2 code: right-8 half}
“… copy & paste all ‘code values’ in lower-case from website code text …”
[08 00(3)]{row JJ/2 code: left-8 half} [08 00(3)]{row J/2 code: right-8 half}

Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback.