04-09-2011, 03:09 PM
I'm really busy which gets me to use the computer for a good while of my day, so I like to take mini breaks and come here every so often :p
if you have the table files, then looking for Swdtech will be easier.
The steps to follow are:
Note that the addresses that I gave you are quite "off" an by that I mean that the game uses a specific amount of space called the "ROM Header"; this header will "shift" the code by 200 in Hexadecimal. So, if you're looking for the address C3/5C59, you should take the 5C59 part and add +200 to find the exact location of the word Swdtech. In other words, the exact location would be C3/5E59. The other two exact locations for the word are C3/5EB8 and C3/9026.
If you look into the threads here there are plenty of beginner guides to hex editing, so that will help a lot as well.
Hope that helps, and don't be ashamed of your English :p
if you have the table files, then looking for Swdtech will be easier.
The steps to follow are:
- Open Windhex
- Load your ROM (File, Open file for editing,...)
- Load the table file (File, then press open, then open table file, then table #1 on windhex...and select ff6_snes_menu_a.tbl file (this is the most important one) ).
- Now your windhex file should be full of numbers and letters. SNES uses the HI-ROM format, and the code I provided you is in that format as well. So you need to go to Options, Display offset as, and select SNES Hi-ROM.
- Now you can do one of two things: look for the word "Swdtech" by going to Search, text search" or simply go to the addresses that I gave you in an earlier post.
- Once you find the word, Change it to what you desire.
- Keep looking for any other locations in the ROM that make reference to the "Swdtech" word.
Note that the addresses that I gave you are quite "off" an by that I mean that the game uses a specific amount of space called the "ROM Header"; this header will "shift" the code by 200 in Hexadecimal. So, if you're looking for the address C3/5C59, you should take the 5C59 part and add +200 to find the exact location of the word Swdtech. In other words, the exact location would be C3/5E59. The other two exact locations for the word are C3/5EB8 and C3/9026.
If you look into the threads here there are plenty of beginner guides to hex editing, so that will help a lot as well.
Hope that helps, and don't be ashamed of your English :p