|
Post by TheHappyFaceKing on Dec 20, 2016 10:14:29 GMT -6
This is a thread containing a bunch of mini tutorials for things that aren't big enough to have it's own thread.
1. "Changing King Boo HP"
Recommended to use a Hex Editor (I.E. HxD/Hex Workshop)
Like many other param files, King Boo's HP is not stored in one of them. It is hardcoded at Start.dol (LM's code file.)
It is located at offset 0x399228; values: 01F4.
(01F4 = 500 in Hexadecimal.)
The value set cannot exceed two bytes! 1. "Changing Rank Requirements" Recommended to use a Hex Editor (I.E. HxD/Hex Workshop)
Each rank requirement is located in the Start.dol file as some values representing the minimum amount of money required to get the rank. Rank A, 100,000,000G: Is located at offset 208E18; values: 05F5E100. Rank B: Offset 208E14, Values 042C1D80. Rank C: Offset 208E00, Values 03938700. Rank D: Offset 208E00, Values 02FAF080. Rank E: Offset 208E00, Values 02625A00. Rank F: Offset 20DEB8, Values 01312D00 . The value set cannot exceed eight bytes! The value set cannot exceed the requirements of a higher rank!
|
|