Dragon Warrior IV Hacking Guide
by: Travis Johnson
Date: 19AUG02
Version: 1.1
contact info:
[email protected]
Table of Contents
I. Versions
II. How To
III. Values
IV. Contact Info
I. Versions
1.0 Original
1.1 Added offsets for hacking with a conventional hex editor
II. How To
note: I used the cheats menu from the FCEUltra emulator.
These numbers were derived from real time game hacking.
A basic knowledge of the binary number system is needed for the attributes
with multiple addresses. The greatest value that can be placed in a single
address is "255", hence the need for multiple addresses for larger numbers.
For Example:
Lets say we want Ragnar to have 70,000 experience points. 70,000 is greater
than 255 so we will need to use multiple addresses. First, we need to convert
the number 70,000 into binary format. The easiest way to do this is by using
a calculator. Anyway you do it, it comes out to this:
"10001000101110000"
From here, starting from the right, divide the number up into groups of
eight(8) digits. Remember to start from the right hand side. This gives us
these 3 groups:
"1" "00010001" "01110000"
Since I said we need 8 digits per group, we use zero(0) as a filler for the
group without 8 digits, giving us this
"00000001" "00010001" "01110000"
Now, we need to convert these numbers back into decimal format.
"1" "17" "112"
Now its time to put these numbers into the hacking utility.
Again, we are starting on the right. To give Ragnar 70,000 exp points, enter
your numbers into the addresses like this:
60C5 = 112
60C6 = 17
60C7 = 1
III. Values
NOTE: LEFT SIDE VALUES ARE ADDRESSES FROM THE FCE ULTRA CHEATS MENU AND ARE
ENTERED AS SHOWN ABOVE. RIGHT SIDE VALUES ARE OFFSETS FROM A CONVENTIONAL HEX
EDITOR AND CHANGES ARE ENTERED IN THE SAME FASHION AS ABOVE, EXCEPT AS
HEXADECIMAL VALUES.
Party Gold..............6157,6158,6159 |5170,5171,5172
Small Medals............62A2 |5501
Ragnar
Strength................60BB |5014
Agility.................60BC |5015
Vitality................60BD |5016
Intelligence............60BE |5017
Luck....................60BF |5018
Max HP..................60C1,60C2 |5020,5021
Current HP..............60B6,60B7 |5009,5010
Exp.....................60C5,60C6,60C7 |5024,5025,5026
Alena
Strength................60D9 |5044
Agility.................60DA |5045
Vitality................60DB |5046
Intelligence............60DC |5047
Luck....................60DD |5048
Max HP..................60DF,60E0 |5050,5051
Current HP..............60D4,60D5 |5039,5040
Exp.....................60E3,60E4,60E5 |5054,5055,5056
Cristo
Strength................6025 |4864
Agility.................6026 |4865
Vitality................6027 |4866
Intelligence............6028 |4867
Luck....................6029 |4868
Max HP..................602B,602C |4870,4871
Current HP..............6020,6021 |4859,4860
Max MP..................602D,602E |4872,4873
Current MP..............6022,6023 |4861,4862
Exp.....................602F,6030,6031 |4874,4875,4876
Brey
Strength................607F |4954
Agility.................6080 |4955
Vitality................6081 |4956
Intelligence............6082 |4957
Luck....................6083 |4958
Max HP..................6085,6086 |4960,4961
Current HP..............607A,607B |4949,4950
Max MP..................6087,6088 |4962,4963
Current MP..............607C,607D |4951,4952
Exp.....................6089,608A,608B |4964,4965,4966
Taloon
Strength................609D |4984
Agility.................609E |4985
Vitality................609F |4986
Intelligence............60A0 |4987
Luck....................60A1 |4988
Max HP..................60A3,60A4 |4990,4991
Current HP..............6098,6099 |4979,4980
Exp.....................60A7,60A8,60A9 |4994,4995,4996
Nara
Strength................6043 |4894
Agility.................6044 |4895
Vitality................6045 |4896
Intelligence............6046 |4897
Luck....................6047 |4898
Max HP..................6049,604A |4900,4901
Current HP..............603E,603F |4889,4890
Max MP..................604B,604C |4902,4903
Current MP..............6040,6041 |4891,4892
Exp.....................604D,604E,604F |4904,4905,4906
Mara
Strength................6061 |4924
Agility.................6062 |4925
Vitality................6063 |4926
Intelligence............6064 |4927
Luck....................6065 |4928
Max HP..................6067,6068 |4930,4931
Current HP..............605C,605D |4919,4920
Max MP..................6069,606A |4932,4933
Current MP..............605E,605F |4921,4922
Exp.....................606B,606C,606D |4934,4935,4936
Hero
Strength................6007 |4834
Agility.................6008 |4835
Vitality................6009 |4836
Intelligence............600A |4837
Luck....................600B |4838
Max HP..................600D,600E |4840,4841
Current HP..............6002,6003 |4829,4830
Max MP..................600F,6010 |1842,4843
Current MP..............6004,6005 |4831,4832
Exp.....................6011,6012,6013 |4844,4845,4846
IV. Contact Info
Please feel free to contact me if there is a mistake or if you want something
added.
[email protected]
I don't care if you copy my work, just give me credit and e-mail me about it.
This file is copyright 2002 Travis Johnson.