ridoy/pokemon-showdown-god-mode

Hidden power and return miscalculation

Closed this issue · 1 comments

ridoy commented

Damages for Hidden Power and Return are always calculated as 0.

Possible cause: these 2 moves are always serialized as hiddenpower{type}60 and return102 respectively. Need to investigate PS code to see how these are passed into the damage calculator correctly.

ridoy commented

Fixed with 9ef6959