If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Romancing SaGa 3/ROM map: Difference between revisions
Jump to navigation
Jump to search
Projectako (talk | contribs) No edit summary |
Projectako (talk | contribs) m (→Misc data) |
||
Line 5: | Line 5: | ||
==Misc data== | ==Misc data== | ||
* <tt>FE3195</tt> - HARD | * <tt>FE3195</tt> - HARD table of technique-learning chances. Skill difficulty indexes this table as such: | ||
<code>Index = (Skill difficulty - Monster power) + 10 | <code>Index = (Skill difficulty - Monster power) + 10 | ||
If the index ends up greater than 20, the index becomes 20. | If the index ends up greater than 20, the index becomes 20. |
Revision as of 00:28, 2 January 2018
Functions
- C2:0242 - (Entry point) Bit-munching randomization function
- C2:C0E7 - (Entry point) Technique-learning determination function (Return value: 0xFF if failed to learn)
- C2:C12B - Final comparison for technique learning. ($C2/C12B C5 8A CMP $8A [$00:098A])
Misc data
- FE3195 - HARD table of technique-learning chances. Skill difficulty indexes this table as such:
Index = (Skill difficulty - Monster power) + 10
If the index ends up greater than 20, the index becomes 20.
Chances to learn based on the index (hex):
28 27 27 25 24 22 1F 1D 1A 17 14 10 0D 0A 08 05 03 01 00 00 00
- FE3180 - EASY table of technique-learning chances. This table with greater chances is sometimes used for unknown reasons.
Chances to learn based on the index (hex):
32 2F 2E 2C 2A 27 25 22 1F 1C 19 15 12 0F 0C 09 06 04 02 01 00