mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 23:27:03 -05:00
damagecalc is actually damagestats; itemmultiplier is actually damagecalc
original-commit-id: 494f4c13fe2a45d0569bde2fc06e1bdf3fbfc857
This commit is contained in:
parent
8fbba79bdf
commit
9114f86aa3
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user