diff options
author | yenatch <yenatch@gmail.com> | 2013-04-20 02:53:08 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-20 02:55:50 -0400 |
commit | 9114f86aa33f2587c3a91946344ec0a3bb916a85 (patch) | |
tree | d37d109af66987f878b78bb109defd382a1db58e | |
parent | 8fbba79bdf2f5ca89fd1008328be999d7f2cd8b2 (diff) |
damagecalc is actually damagestats; itemmultiplier is actually damagecalc
original-commit-id: 494f4c13fe2a45d0569bde2fc06e1bdf3fbfc857
-rw-r--r-- | crystal.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2946,7 +2946,7 @@ effect_commands = { 0x3: ['usedmovetext'], 0x4: ['doturn'], 0x5: ['critical'], - 0x6: ['damagecalc'], + 0x6: ['damagestats'], 0x7: ['stab'], 0x8: ['damagevariation'], 0x9: ['checkhit'], @@ -3038,7 +3038,7 @@ effect_commands = { 0x5f: ['attract'], 0x60: ['happinesspower'], 0x61: ['present'], - 0x62: ['itemmultiplier'], + 0x62: ['damagecalc'], 0x63: ['frustrationpower'], 0x64: ['safeguard'], 0x65: ['checksafeguard'], |