Complementing the "How to"...I think this is the official site of XVI32:
http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm#download"List" with other hex editors:
http://en.wikipedia.org/wiki/Comparison_of_hex_editorsIf the hex edit has a "→" in the middle, the code before it, is the original code (that you will find when you go to the specified address), and the code after it, the one that you will use/write.
In the post above, the format is: address: code
But you can also find: address: code → code
Examples:
00004300: 3C 04 02 F3 71 7B B8 FA 0B AB 58 AF F2 2E 49 27 → 1C 00 9F E5 00 10 90 E5 18 20 9F E5 02 00 51 E1
If the hex edit is in the format above, you have to use in the hex editor, the code after the "→".
000FA189 0C → 36
In this case, you have to find the 0C
in that line/address and overwrite it with 36.
Alternatively, you can use RakuRaku Patch:
Quote | | |
Triforce on Thu, October 8th, 2009 at 21:45 [»]
Download RakuRaku Patch 0.1b here
Open the nds file, paste the code below and hit run.
000FA189 0C → 36 000FA2E1 7A → 7B (This code was for the game "Iron Master: The Legendary Blacksmith (JPN)." )
|
|
================
Great!
I added thumbs, OK?
That game, man? Is it good?
This post has been edited by logical thinker, Fri, January 15th, 2010 at 23:13