diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-29 14:38:38 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-29 14:38:38 -0400 |
commit | edf559611b3f40f293db0619e3ab3cef4155db07 (patch) | |
tree | 1730f44154ccea78963559a1c9fb847621f64bca /data | |
parent | cb414f1480e9117e5d6ee0ab5cb81903e83cde9a (diff) |
AIGetTypeEffectiveness with Lorelei code
Also add BattleRandom
Diffstat (limited to 'data')
-rwxr-xr-x | data/type_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/type_effects.asm b/data/type_effects.asm index b3207c84..8885ae19 100755 --- a/data/type_effects.asm +++ b/data/type_effects.asm @@ -1,4 +1,4 @@ -TypeEffects: ; 3e474 (f:6474) +TypeEffects: ; 3e5fa (f:65fa) ; format: attacking type, defending type, damage multiplier ; the multiplier is a (decimal) fixed-point number: ; 20 is ×2.0 |