News:

Don't forget to visit the main site! There's lots of helpful docs, patches, and more!

Main Menu

[SM] Editing "OPTION MODE" text?

Started by vivify93, April 17, 2017, 02:37:08 AM

Previous topic - Next topic

vivify93

Hi, everyone! I have a new question. I want to change Kejardon's Control Freak patch to say OPTION MODE again when you start up the game as opposed to CONTROL FREAK as it does now. I can't seem to find out how to do that, though. Does anyone have a clue as to where I should start? Thanks for your time; have a nice day! :)

PHOSPHOTiDYL

This was easier to just do for you than type all of the instructions.

Goto 0B8DF4 in a hex editor after applying control freak & overwrite with these bytes.

[spoiler]E8 53 0F 00 06 00 00 0D 00 2C 00 22 22 00 00 27 C2 5E 00 26 C4 10 00 0E F8 2A 68 02 10 00 38 44 00 11 02 10 00 37 C2 9E 00 36 C2 10 02 1D 00 1E E8 DE 00 0F 04 2B 00 2C 00 0A 84 55 00 02 0F 00 0C C2 0A 00 26 F0 2C 67 00 08 0F 00 3B 00 11 00 1A 00 3A C2 06 02 0F 00 30 C2 0A 00 36 F0 AE A7 00 02 0E 00 27 C2 F8 06 25 00 22 00 2B 00 21 C2 FA 00 2C C2 12 00 40 84 8F 01 F8 25 C6 02 1E 00 37 C2 F8 06 35 00 11 00 3B 00 31 C2 FA 00 11 C2 12 00 50 84 CF 01 F8 65 FE 04 23 04 0A 04 0D C2 04 04 27 04 0E 04 2B C2 04 C2 C2 C2 0A 02 40 04 2C C2 0A 0C 47 04 49 04 4A 04 4B 04 4C 04 4D 04 4E C2 1A 00 4F C2 1E 00 48 C2 22 CB DC 04 33 04 1A 04 38 C2 04 04 37 04 1E 04 3B C2 04 C2 C2 C2 0A 02 50 04 11 C2 4A 10 57 04 59 04 5A 04 5B 04 5C 04 5D 04 5E 04 56 04 5F C2 04 00 58 CE 40 F8 7F 0E 02 0B 00 2D 44 00 2C 85 5C 00 00 0C C4 08 02 0E 00 22 C2 0A 04 2D 00 0D 00 0A 8A 57 00 D5 B8 02 1B 00 10 8A 97 00 00 1C C4 08 00 1F C2 12 00 30 C2 18 02 3A 00 1A CA 1C F0 97 F2 00 83 66 00 00 0C C2 F2 02 0A 00 25 C4 10 00 0E 44 00 2C 00 22 84 89 02 00 2B F0 22 A7 01 02 38 00 1E C2 F8 83 CA 01 00 35 C4 10 00 1E 46 00 11 83 CA 02 00 3B E8 9C 00 0F 02 B2 00 B3 D0 E0 03 90 00 90 40 CB F4 02 91 00 92 D8 FE 08 C2 00 C3 00 7C 00 6E 00 75 C2 04 02 6C 00 7D C4 EC 02 A0 00 A0 C2 40 04 78 00 74 00 84 C4 FC 02 A1 00 A2 C2 1C 02 6A 00 77 C2 22 C3 2A E9 47 0F 00 FF[/spoiler]


PHOSPHOTiDYL

The instructions:

"Option Mode" from 0B8DF4-0B8FCC
"Controller Setting Mode" from 0B8FCD-0B91C3
"Special Setting Mode" from 0B938D-0B9538

1. Go download a program called lunar compress.
2. Highlight one of the above sections of data in a hex editor & save as 1.bin.
3. Place that file in the lunar compress folder.
4. Open cmd & cd your way to the lunar compress folder.
5. Type decomp.exe 1.bin 2.bin 0 4 0 in cmd.
6. It'll save a new file, 2.bin. Open that in a hex editor.
7. For your option mode edit, you'll see at offset 54 there is 00 00 0D 00 2C 00 etc.
    Every $40 bytes is one line on the settings screen. The first 40 bytes are 0F 00.
    Open your rom in tile layer pro & go to 070000. There's an alphabet.
    The 0F 00 is the far right tile on the first row, which is just a black tile.
    At offset 54, the 00 00 is for the far left tile, which is the top of the "O" in option.
    0D 00 = top of P, 2C 00 = top of T, 22 00 = top of I, etc.
    Then $40 bytes later is the bottom row of "Option Mode." Repeat.
8. Save, then type recomp.exe 2.bin 3.bin 0 4 0 in cmd.
9. You'll get a file 3.bin. Open in hex, copy all, & paste in your rom at 0B8DF4.
10. Congratulations, you did it!! What a horrible time consuming process that was.

vivify93

Thank you, I appreciate it very much. I did do some searching to figure it out on my own, and found nothing unfortunately. Perhaps I should've searched for a few more hours. :)