- 9
- Posts
- 13
- Years
- Seen Feb 21, 2016
Is it possible to change the modifiers for super effective move damage from the current x2/x4 method of SE damage calculation to 1.5x/2x?
Is it possible to change the modifiers for super effective move damage from the current x2/x4 method of SE damage calculation to 1.5x/2x?
Problems with this method:It won't be 1.5x/2x, it'll be 1.5x/3x.
Also, the "It's Super Effective!" message won't turn up I think. It needs to be exactlt 2x for it to appear.
Since each element is calculated individually, it's not 3x, but 2,25x.
Also, what version is your base?
Wait you mean like what FR rom? Always FR 1.0. Also, since crit doubles shouldn't it be 3x? But idk, I don't play with critical damage.
05 2C 15 D0 05 2C 05 DC 00 2C 06 D0
00 2C 0A D0 0A 2C 13 DB 0A 2C 31 DC
I mean the version (FR), since I'm using sapphire (and afaik, TC hasn't mentioned his version.)
For FR, go to 0801E790 (0001E790 in ROM offset)
Change the 12 byte from
toCode:05 2C 15 D0 05 2C 05 DC 00 2C 06 D0
Code:00 2C 0A D0 0A 2C 13 DB 0A 2C 31 DC
Also, regarding 2x/4x, IMO TC means single/double elemental weakness, not critical damage.
No. It enables super effective message when your effectiveness ratio is greater than 1x, and not very effective message when your effectiveness ratio is less than 1x (and more than 0). The only problem is super effective condition will erase not very effective condition and vice versa, no matter what your effectiveness value is (e.g. if first effectiveness is 4x, and the second is 0.5x, your attack will be rendered normal effective instead of super effective, despite it's 2x effectiveness), though with longer code, (by storing previous effectiveness value), it can be solved.