You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
damagecalc is actually damagestats; itemmultiplier is actually damagecalc
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2946,7 +2946,7 @@ effect_commands = {
|
|||||||
0x3: ['usedmovetext'],
|
0x3: ['usedmovetext'],
|
||||||
0x4: ['doturn'],
|
0x4: ['doturn'],
|
||||||
0x5: ['critical'],
|
0x5: ['critical'],
|
||||||
0x6: ['damagecalc'],
|
0x6: ['damagestats'],
|
||||||
0x7: ['stab'],
|
0x7: ['stab'],
|
||||||
0x8: ['damagevariation'],
|
0x8: ['damagevariation'],
|
||||||
0x9: ['checkhit'],
|
0x9: ['checkhit'],
|
||||||
@@ -3038,7 +3038,7 @@ effect_commands = {
|
|||||||
0x5f: ['attract'],
|
0x5f: ['attract'],
|
||||||
0x60: ['happinesspower'],
|
0x60: ['happinesspower'],
|
||||||
0x61: ['present'],
|
0x61: ['present'],
|
||||||
0x62: ['itemmultiplier'],
|
0x62: ['damagecalc'],
|
||||||
0x63: ['frustrationpower'],
|
0x63: ['frustrationpower'],
|
||||||
0x64: ['safeguard'],
|
0x64: ['safeguard'],
|
||||||
0x65: ['checksafeguard'],
|
0x65: ['checksafeguard'],
|
||||||
|
Reference in New Issue
Block a user